Html Css Color HEX #215830 Kaitoke Green

📋 copy color: '#215830'

red 33 ◦ green 88 ◦ blue 48

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

Shades of Kaitoke Green #215830

Tints of Kaitoke Green #215830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.07%

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 19.53%
G = 52.07%
B = 28.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#215830 (or 0x215830) is known color: Kaitoke Green. HEX triplet: 21, 58 and 30. RGB value is (33,88,48). Sum of RGB (Red+Green+Blue) = 33+88+48=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #215830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215830 is #DEA7CF. Grayscale: #434343. Windows color (decimal): -14591952 or 3168289. OLE color: 3168289.

HSL color Cylindrical-coordinate representation of color #215830: hue angle of 136.36º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215830 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 88 48 -
CMYK 0.62 0 0.45 0.65
HSL 136.36º 0.45% 0.24% -
HSV(B) 136.36º 0.63% 0.35% -
XYZ 4.65 7.52 4 -
YUV 67 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 33 88 48 0.62 0 0.45 0.65 136.36 0.45 0.24
Hex 21 58 30 3E 0 2D 41 88 2D 18
Octal 41 130 60 76 0 55 101 210 55 30
Binary 100001 1011000 110000 111110 0 101101 1000001 10001000 101101 11000

Color Harmonies of #215830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215830

Black with #215830

Text Example


Text Example

White with #215830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215830; }

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

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

background-color css

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

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

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

border-color css

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

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

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