#2B5539

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

Shades of Kaitoke Green #2B5539

Tints of Kaitoke Green #2B5539

Color information

#2B5539 (or 0x2B5539) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 55 and 39. RGB value is (43,85,57). Sum of RGB (Red+Green+Blue) = 43+85+57=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5539 is #D4AAC6. Grayscale: #454545. Windows color (decimal): -13937351 or 3757355. OLE color: 3757355.

HSL color Cylindrical-coordinate representation of color #2B5539: hue angle of 140º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5539 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB438557-
CMYK0.4900.330.67
HSL140º32.81%25.1%-
HSV(B)140º49.41%33.33%-
XYZ4.987.315.02-
YUV69.25121.09109.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.24%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=23.24%
G=45.95%
B=30.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4385570.4900.330.6714032.8125.1
Hex2B553931021438c2119
Octal5312571610411032144131
Binary1010111010101111001110001010000110000111000110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,85,57); }

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

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

 a { background-color: rgb(43,85,57); }

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

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

 span { border-color: rgb(43,85,57); }

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