#214F30

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

Shades of Kaitoke Green #214F30

Tints of Kaitoke Green #214F30

Color information

#214F30 (or 0x214F30) is unknown color: approx Kaitoke Green. HEX triplet: 21, 4F and 30. RGB value is (33,79,48). Sum of RGB (Red+Green+Blue) = 33+79+48=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #214F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F30 is #DEB0CF. Grayscale: #3D3D3D. Windows color (decimal): -14594256 or 3165985. OLE color: 3165985.

HSL color Cylindrical-coordinate representation of color #214F30: hue angle of 139.57º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214F30 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB337948-
CMYK0.5800.390.69
HSL139.57º41.07%21.96%-
HSV(B)139.57º58.23%30.98%-
XYZ3.966.133.77-
YUV61.71120.26107.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 79 (31.25% from 255) = 49.38%
BLUE value IS 48 (19.14% from 255) = 30%
R=20.62%
G=49.38%
B=30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379480.5800.390.69139.5741.0721.96
Hex214F303A027458c2916
Octal4111760720471052145126
Binary1000011001111110000111010010011110001011000110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214F30; }

 p { color: rgb(33,79,48); }

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

<style>
 a { background-color: #214F30; }

 a { background-color: rgb(33,79,48); }

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

<style>
 span { border-color: #214F30; }

 span { border-color: rgb(33,79,48); }

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