#284E31

Color #284E31 Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #284E31

Tints of Kaitoke Green #284E31

Color information

#284E31 (or 0x284E31) is unknown color: approx Kaitoke Green. HEX triplet: 28, 4E and 31. RGB value is (40,78,49). Sum of RGB (Red+Green+Blue) = 40+78+49=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #284E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284E31 is #D7B1CE. Grayscale: #3F3F3F. Windows color (decimal): -14135759 or 3231272. OLE color: 3231272.

HSL color Cylindrical-coordinate representation of color #284E31: hue angle of 134.21º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #284E31 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB407849-
CMYK0.4900.370.69
HSL134.21º32.2%23.14%-
HSV(B)134.21º48.72%30.59%-
XYZ4.156.123.87-
YUV63.33119.91111.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=23.95%
G=46.71%
B=29.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4078490.4900.370.69134.2132.223.14
Hex284E313102545862017
Octal5011661610451052064027
Binary1010001001110110001110001010010110001011000011010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284E31; }

 p { color: rgb(40,78,49); }

 H1.HeaderClassName
 {
   color: #284E31;
 }
 .AnyTagClassName
 {
   color: #284E31;
 }
</style>
background-color css

<style>
 a { background-color: #284E31; }

 a { background-color: rgb(40,78,49); }

 div.DivClassName
 {
   background-color: #284E31;
 }
 .BgClassName
 {
   background-color: #284E31;
 }
</style>
border-color css

<style>
 span { border-color: #284E31; }

 span { border-color: rgb(40,78,49); }

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