#214A30

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

Shades of Kaitoke Green #214A30

Tints of Kaitoke Green #214A30

Color information

#214A30 (or 0x214A30) is unknown color: approx Kaitoke Green. HEX triplet: 21, 4A and 30. RGB value is (33,74,48). Sum of RGB (Red+Green+Blue) = 33+74+48=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 74 - color contains mainly: green. Hex color #214A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A30 is #DEB5CF. Grayscale: #3A3A3A. Windows color (decimal): -14595536 or 3164705. OLE color: 3164705.

HSL color Cylindrical-coordinate representation of color #214A30: hue angle of 141.95º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214A30 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB337448-
CMYK0.5500.350.71
HSL141.95º38.32%20.98%-
HSV(B)141.95º55.41%29.02%-
XYZ3.615.433.65-
YUV58.78121.92109.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 74 (29.30% from 255) = 47.74%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=21.29%
G=47.74%
B=30.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374480.5500.350.71141.9538.3220.98
Hex214A3037023478e2615
Octal4111260670431072164625
Binary1000011001010110000110111010001110001111000111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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