#2A513A

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

Shades of Kaitoke Green #2A513A

Tints of Kaitoke Green #2A513A

Color information

#2A513A (or 0x2A513A) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 51 and 3A. RGB value is (42,81,58). Sum of RGB (Red+Green+Blue) = 42+81+58=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #2A513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A513A is #D5AEC5. Grayscale: #424242. Windows color (decimal): -14003910 or 3821866. OLE color: 3821866.

HSL color Cylindrical-coordinate representation of color #2A513A: hue angle of 144.62º 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 #2A513A is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB428158-
CMYK0.4800.280.68
HSL144.62º31.71%24.12%-
HSV(B)144.62º48.15%31.76%-
XYZ4.666.685.05-
YUV66.72123.08110.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=23.20%
G=44.75%
B=32.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4281580.4800.280.68144.6231.7124.12
Hex2A513A3001C44912018
Octal5212172600341042214030
Binary101010101000111101011000001110010001001001000110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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