#20482A

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

Shades of Kaitoke Green #20482A

Tints of Kaitoke Green #20482A

Color information

#20482A (or 0x20482A) is unknown color: approx Kaitoke Green. HEX triplet: 20, 48 and 2A. RGB value is (32,72,42). Sum of RGB (Red+Green+Blue) = 32+72+42=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #20482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20482A is #DFB7D5. Grayscale: #383838. Windows color (decimal): -14661590 or 2770976. OLE color: 2770976.

HSL color Cylindrical-coordinate representation of color #20482A: hue angle of 135º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20482A is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB327242-
CMYK0.5600.420.72
HSL135º38.46%20.39%-
HSV(B)135º55.56%28.24%-
XYZ3.335.113-
YUV56.62119.75110.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 72 (28.52% from 255) = 49.32%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=21.92%
G=49.32%
B=28.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3272420.5600.420.7213538.4620.39
Hex20482A3802A48872614
Octal4011052700521102074624
Binary1000001001000101010111000010101010010001000011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20482A; }

 p { color: rgb(32,72,42); }

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

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

 a { background-color: rgb(32,72,42); }

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

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

 span { border-color: rgb(32,72,42); }

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