#204B2E

Color #204B2E Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #204B2E

Tints of Kaitoke Green #204B2E

Color information

#204B2E (or 0x204B2E) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4B and 2E. RGB value is (32,75,46). Sum of RGB (Red+Green+Blue) = 32+75+46=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #204B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204B2E is #DFB4D1. Grayscale: #3A3A3A. Windows color (decimal): -14660818 or 3033888. OLE color: 3033888.

HSL color Cylindrical-coordinate representation of color #204B2E: hue angle of 139.53º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #204B2E is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB327546-
CMYK0.5700.390.71
HSL139.53º40.19%20.98%-
HSV(B)139.53º57.33%29.41%-
XYZ3.65.543.46-
YUV58.84120.75108.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.92%
GREEN value IS 75 (29.69% from 255) = 49.02%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=20.92%
G=49.02%
B=30.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3275460.5700.390.71139.5340.1920.98
Hex204B2E39027478c2815
Octal4011356710471072145025
Binary1000001001011101110111001010011110001111000110010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,75,46); }

 H1.HeaderClassName
 {
   color: #204B2E;
 }
 .AnyTagClassName
 {
   color: #204B2E;
 }
</style>
background-color css

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

 a { background-color: rgb(32,75,46); }

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

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

 span { border-color: rgb(32,75,46); }

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