Html Css Color HEX #215333 Kaitoke Green

📋 copy color: '#215333'

red 33 ◦ green 83 ◦ blue 51

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

Shades of Kaitoke Green #215333

Tints of Kaitoke Green #215333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.54%

R = 19.76%
G = 49.7%
B = 30.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#215333 (or 0x215333) is known color: Kaitoke Green. HEX triplet: 21, 53 and 33. RGB value is (33,83,51). Sum of RGB (Red+Green+Blue) = 33+83+51=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #215333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215333 is #DEACCC. Grayscale: #404040. Windows color (decimal): -14593229 or 3363617. OLE color: 3363617.

HSL color Cylindrical-coordinate representation of color #215333: hue angle of 141.6º 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 #215333 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 83 51 -
CMYK 0.60 0 0.39 0.67
HSL 141.6º 0.43% 0.23% -
HSV(B) 141.6º 0.6% 0.33% -
XYZ 4.32 6.75 4.21 -
YUV 64.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 33 83 51 0.60 0 0.39 0.67 141.6 0.43 0.23
Hex 21 53 33 3C 0 27 43 8E 2B 17
Octal 41 123 63 74 0 47 103 216 53 27
Binary 100001 1010011 110011 111100 0 100111 1000011 10001110 101011 10111

Color Harmonies of #215333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215333

Black with #215333

Text Example


Text Example

White with #215333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215333; }

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

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

background-color css

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

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

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

border-color css

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

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

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