Html Css Color HEX #204C28 Kaitoke Green

📋 copy color: '#204C28'

red 32 ◦ green 76 ◦ blue 40

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

Shades of Kaitoke Green #204C28

Tints of Kaitoke Green #204C28

RGB

 RED value IS 32 (12.89% from 255) = 21.62%

 GREEN value IS 76 (30.08% from 255) = 51.35%

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 21.62%
G = 51.35%
B = 27.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#204C28 (or 0x204C28) is known color: Kaitoke Green. HEX triplet: 20, 4C and 28. RGB value is (32,76,40). Sum of RGB (Red+Green+Blue) = 32+76+40=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #204C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C28 is #DFB3D7. Grayscale: #3A3A3A. Windows color (decimal): -14660568 or 2640928. OLE color: 2640928.

HSL color Cylindrical-coordinate representation of color #204C28: hue angle of 130.91º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204C28 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 76 40 -
CMYK 0.58 0 0.47 0.70
HSL 130.91º 0.41% 0.21% -
HSV(B) 130.91º 0.58% 0.3% -
XYZ 3.56 5.63 2.91 -
YUV 58.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 32 76 40 0.58 0 0.47 0.70 130.91 0.41 0.21
Hex 20 4C 28 3A 0 2F 46 83 29 15
Octal 40 114 50 72 0 57 106 203 51 25
Binary 100000 1001100 101000 111010 0 101111 1000110 10000011 101001 10101

Color Harmonies of #204C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C28

Black with #204C28

Text Example


Text Example

White with #204C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204C28; }

 p { color: rgb(32,76,40); }

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

background-color css

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

 a { background-color: rgb(32,76,40); }

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

border-color css

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

 span { border-color: rgb(32,76,40); }

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