#2B513A

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

Shades of Kaitoke Green #2B513A

Tints of Kaitoke Green #2B513A

Color information

#2B513A (or 0x2B513A) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 51 and 3A. RGB value is (43,81,58). Sum of RGB (Red+Green+Blue) = 43+81+58=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #2B513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B513A is #D4AEC5. Grayscale: #434343. Windows color (decimal): -13938374 or 3821867. OLE color: 3821867.

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

Color convert

RGB438158-
CMYK0.4700.280.68
HSL143.68º30.65%24.31%-
HSV(B)143.68º46.91%31.76%-
XYZ4.76.75.05-
YUV67.02122.91110.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.63%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=23.63%
G=44.51%
B=31.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4381580.4700.280.68143.6830.6524.31
Hex2B513A2F01C44901f18
Octal5312172570341042203730
Binary10101110100011110101011110111001000100100100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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