Html Css Color HEX #215D34 Kaitoke Green

📋 copy color: '#215D34'

red 33 ◦ green 93 ◦ blue 52

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

Shades of Kaitoke Green #215D34

Tints of Kaitoke Green #215D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 52.25%

 BLUE value IS 52 (20.7% from 255) = 29.21%

R = 18.54%
G = 52.25%
B = 29.21%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#215D34 (or 0x215D34) is known color: Kaitoke Green. HEX triplet: 21, 5D and 34. RGB value is (33,93,52). Sum of RGB (Red+Green+Blue) = 33+93+52=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #215D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D34 is #DEA2CB. Grayscale: #464646. Windows color (decimal): -14590668 or 3431713. OLE color: 3431713.

HSL color Cylindrical-coordinate representation of color #215D34: hue angle of 139º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D34 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 93 52 -
CMYK 0.65 0 0.44 0.64
HSL 139º 0.48% 0.25% -
HSV(B) 139º 0.65% 0.36% -
XYZ 5.16 8.4 4.6 -
YUV 70.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 33 93 52 0.65 0 0.44 0.64 139 0.48 0.25
Hex 21 5D 34 41 0 2C 40 8B 30 19
Octal 41 135 64 101 0 54 100 213 60 31
Binary 100001 1011101 110100 1000001 0 101100 1000000 10001011 110000 11001

Color Harmonies of #215D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D34

Black with #215D34

Text Example


Text Example

White with #215D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215D34; }

 p { color: rgb(33,93,52); }

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

background-color css

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

 a { background-color: rgb(33,93,52); }

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

border-color css

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

 span { border-color: rgb(33,93,52); }

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