#214C30

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

Shades of Kaitoke Green #214C30

Tints of Kaitoke Green #214C30

Color information

#214C30 (or 0x214C30) is unknown color: approx Kaitoke Green. HEX triplet: 21, 4C and 30. RGB value is (33,76,48). Sum of RGB (Red+Green+Blue) = 33+76+48=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #214C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C30 is #DEB3CF. Grayscale: #3C3C3C. Windows color (decimal): -14595024 or 3165217. OLE color: 3165217.

HSL color Cylindrical-coordinate representation of color #214C30: hue angle of 140.93º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214C30 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB337648-
CMYK0.5700.370.70
HSL140.93º39.45%21.37%-
HSV(B)140.93º56.58%29.8%-
XYZ3.755.713.7-
YUV59.95121.25108.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=21.02%
G=48.41%
B=30.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376480.5700.370.70140.9339.4521.37
Hex214C3039025468d2715
Octal4111460710451062154725
Binary1000011001100110000111001010010110001101000110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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