Html Css Color HEX #285A37 Kaitoke Green

📋 copy color: '#285A37'

red 40 ◦ green 90 ◦ blue 55

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

Shades of Kaitoke Green #285A37

Tints of Kaitoke Green #285A37

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.65%

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 21.62%
G = 48.65%
B = 29.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#285A37 (or 0x285A37) is known color: Kaitoke Green. HEX triplet: 28, 5A and 37. RGB value is (40,90,55). Sum of RGB (Red+Green+Blue) = 40+90+55=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #285A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A37 is #D7A5C8. Grayscale: #474747. Windows color (decimal): -14132681 or 3627560. OLE color: 3627560.

HSL color Cylindrical-coordinate representation of color #285A37: hue angle of 138º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A37 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 90 55 -
CMYK 0.56 0 0.39 0.65
HSL 138º 0.38% 0.25% -
HSV(B) 138º 0.56% 0.35% -
XYZ 5.22 8.04 4.89 -
YUV 71.06 118.94 105.85 -
System Red Green Blue C M Y K H S L
Decimal 40 90 55 0.56 0 0.39 0.65 138 0.38 0.25
Hex 28 5A 37 38 0 27 41 8A 26 19
Octal 50 132 67 70 0 47 101 212 46 31
Binary 101000 1011010 110111 111000 0 100111 1000001 10001010 100110 11001

Color Harmonies of #285A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A37

Black with #285A37

Text Example


Text Example

White with #285A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285A37; }

 p { color: rgb(40,90,55); }

 H1.HeaderClassName
 {
   color: #285A37;
 }
 .AnyTagClassName
 {
   color: #285A37;
 }
</style>

background-color css

<style>
 a { background-color: #285A37; }

 a { background-color: rgb(40,90,55); }

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

border-color css

<style>
 span { border-color: #285A37; }

 span { border-color: rgb(40,90,55); }

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