Html Css Color HEX #28553D Kaitoke Green

📋 copy color: '#28553D'

red 40 ◦ green 85 ◦ blue 61

#28553D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #28553D

Tints of Kaitoke Green #28553D

RGB

 RED value IS 40 (16.02% from 255) = 21.51%

 GREEN value IS 85 (33.59% from 255) = 45.7%

 BLUE value IS 61 (24.22% from 255) = 32.8%

R = 21.51%
G = 45.7%
B = 32.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#28553D (or 0x28553D) is known color: Kaitoke Green. HEX triplet: 28, 55 and 3D. RGB value is (40,85,61). Sum of RGB (Red+Green+Blue) = 40+85+61=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #28553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28553D is #D7AAC2. Grayscale: #444444. Windows color (decimal): -14133955 or 4019496. OLE color: 4019496.

HSL color Cylindrical-coordinate representation of color #28553D: hue angle of 148º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28553D is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 85 61 -
CMYK 0.53 0 0.28 0.67
HSL 148º 0.36% 0.25% -
HSV(B) 148º 0.53% 0.33% -
XYZ 4.97 7.29 5.56 -
YUV 68.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 40 85 61 0.53 0 0.28 0.67 148 0.36 0.25
Hex 28 55 3D 35 0 1C 43 94 24 19
Octal 50 125 75 65 0 34 103 224 44 31
Binary 101000 1010101 111101 110101 0 11100 1000011 10010100 100100 11001

Color Harmonies of #28553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28553D

Black with #28553D

Text Example


Text Example

White with #28553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28553D; }

 p { color: rgb(40,85,61); }

 H1.HeaderClassName
 {
   color: #28553D;
 }
 .AnyTagClassName
 {
   color: #28553D;
 }
</style>

background-color css

<style>
 a { background-color: #28553D; }

 a { background-color: rgb(40,85,61); }

 div.DivClassName
 {
   background-color: #28553D;
 }
 .BgClassName
 {
   background-color: #28553D;
 }
</style>

border-color css

<style>
 span { border-color: #28553D; }

 span { border-color: rgb(40,85,61); }

 td.TdClassName
 {
   border-color: #28553D;
 }
 .TagClassName
 {
   border-color: #28553D;
 }
</style>