#2A513C

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

Shades of Kaitoke Green #2A513C

Tints of Kaitoke Green #2A513C

Color information

#2A513C (or 0x2A513C) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 51 and 3C. RGB value is (42,81,60). Sum of RGB (Red+Green+Blue) = 42+81+60=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #2A513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A513C is #D5AEC3. Grayscale: #424242. Windows color (decimal): -14003908 or 3952938. OLE color: 3952938.

HSL color Cylindrical-coordinate representation of color #2A513C: hue angle of 147.69º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A513C is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB428160-
CMYK0.4800.260.68
HSL147.69º31.71%24.12%-
HSV(B)147.69º48.15%31.76%-
XYZ4.716.75.32-
YUV66.94124.08110.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=22.95%
G=44.26%
B=32.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4281600.4800.260.68147.6931.7124.12
Hex2A513C3001A44942018
Octal5212174600321042244030
Binary101010101000111110011000001101010001001001010010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A513C; }

 p { color: rgb(42,81,60); }

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

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

 a { background-color: rgb(42,81,60); }

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

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

 span { border-color: rgb(42,81,60); }

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