#204F30

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

Shades of Kaitoke Green #204F30

Tints of Kaitoke Green #204F30

Color information

#204F30 (or 0x204F30) is unknown color: approx Kaitoke Green. HEX triplet: 20, 4F and 30. RGB value is (32,79,48). Sum of RGB (Red+Green+Blue) = 32+79+48=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #204F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204F30 is #DFB0CF. Grayscale: #3D3D3D. Windows color (decimal): -14659792 or 3165984. OLE color: 3165984.

HSL color Cylindrical-coordinate representation of color #204F30: hue angle of 140.43º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204F30 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB327948-
CMYK0.5900.390.69
HSL140.43º42.34%21.76%-
HSV(B)140.43º59.49%30.98%-
XYZ3.936.113.77-
YUV61.41120.43107.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 79 (31.25% from 255) = 49.69%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=20.13%
G=49.69%
B=30.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3279480.5900.390.69140.4342.3421.76
Hex204F303B027458c2a16
Octal4011760730471052145226
Binary1000001001111110000111011010011110001011000110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,79,48); }

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

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

 a { background-color: rgb(32,79,48); }

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

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

 span { border-color: rgb(32,79,48); }

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