Html Css Color HEX #215332 Kaitoke Green

📋 copy color: '#215332'

red 33 ◦ green 83 ◦ blue 50

#215332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #215332

Tints of Kaitoke Green #215332

RGB

 RED value IS 33 (13.28% from 255) = 19.88%

 GREEN value IS 83 (32.81% from 255) = 50%

 BLUE value IS 50 (19.92% from 255) = 30.12%

R = 19.88%
G = 50%
B = 30.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#215332 (or 0x215332) is known color: Kaitoke Green. HEX triplet: 21, 53 and 32. RGB value is (33,83,50). Sum of RGB (Red+Green+Blue) = 33+83+50=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #215332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215332 is #DEACCD. Grayscale: #404040. Windows color (decimal): -14593230 or 3298081. OLE color: 3298081.

HSL color Cylindrical-coordinate representation of color #215332: hue angle of 140.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215332 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 83 50 -
CMYK 0.60 0 0.40 0.67
HSL 140.4º 0.43% 0.23% -
HSV(B) 140.4º 0.6% 0.33% -
XYZ 4.3 6.74 4.09 -
YUV 64.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 33 83 50 0.60 0 0.40 0.67 140.4 0.43 0.23
Hex 21 53 32 3C 0 28 43 8C 2B 17
Octal 41 123 62 74 0 50 103 214 53 27
Binary 100001 1010011 110010 111100 0 101000 1000011 10001100 101011 10111

Color Harmonies of #215332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215332

Black with #215332

Text Example


Text Example

White with #215332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215332; }

 p { color: rgb(33,83,50); }

 H1.HeaderClassName
 {
   color: #215332;
 }
 .AnyTagClassName
 {
   color: #215332;
 }
</style>

background-color css

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

 a { background-color: rgb(33,83,50); }

 div.DivClassName
 {
   background-color: #215332;
 }
 .BgClassName
 {
   background-color: #215332;
 }
</style>

border-color css

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

 span { border-color: rgb(33,83,50); }

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