#214A2B

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

Shades of Kaitoke Green #214A2B

Tints of Kaitoke Green #214A2B

Color information

#214A2B (or 0x214A2B) is unknown color: approx Kaitoke Green. HEX triplet: 21, 4A and 2B. RGB value is (33,74,43). Sum of RGB (Red+Green+Blue) = 33+74+43=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #214A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A2B is #DEB5D4. Grayscale: #3A3A3A. Windows color (decimal): -14595541 or 2837025. OLE color: 2837025.

HSL color Cylindrical-coordinate representation of color #214A2B: hue angle of 134.63º 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 #214A2B is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB337443-
CMYK0.5500.420.71
HSL134.63º38.32%20.98%-
HSV(B)134.63º55.41%29.02%-
XYZ3.515.43.14-
YUV58.21119.42110.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 74 (29.30% from 255) = 49.33%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=22%
G=49.33%
B=28.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374430.5500.420.71134.6338.3220.98
Hex214A2B3702A47872615
Octal4111253670521072074625
Binary1000011001010101011110111010101010001111000011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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