#284F3A

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

Shades of Kaitoke Green #284F3A

Tints of Kaitoke Green #284F3A

Color information

#284F3A (or 0x284F3A) is unknown color: approx Kaitoke Green. HEX triplet: 28, 4F and 3A. RGB value is (40,79,58). Sum of RGB (Red+Green+Blue) = 40+79+58=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #284F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284F3A is #D7B0C5. Grayscale: #404040. Windows color (decimal): -14135494 or 3821352. OLE color: 3821352.

HSL color Cylindrical-coordinate representation of color #284F3A: hue angle of 147.69º degrees, saturation: 0.33, 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 #284F3A is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB407958-
CMYK0.4900.270.69
HSL147.69º32.77%23.33%-
HSV(B)147.69º49.37%30.98%-
XYZ4.436.354.99-
YUV64.94124.08110.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=22.60%
G=44.63%
B=32.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4079580.4900.270.69147.6932.7723.33
Hex284F3A3101B45942117
Octal5011772610331052244127
Binary101000100111111101011000101101110001011001010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,79,58); }

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

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

 a { background-color: rgb(40,79,58); }

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

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

 span { border-color: rgb(40,79,58); }

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