#2B4D39

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

Shades of Kaitoke Green #2B4D39

Tints of Kaitoke Green #2B4D39

Color information

#2B4D39 (or 0x2B4D39) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 4D and 39. RGB value is (43,77,57). Sum of RGB (Red+Green+Blue) = 43+77+57=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D39 is #D4B2C6. Grayscale: #404040. Windows color (decimal): -13939399 or 3755307. OLE color: 3755307.

HSL color Cylindrical-coordinate representation of color #2B4D39: hue angle of 144.71º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B4D39 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB437757-
CMYK0.4400.260.70
HSL144.71º28.33%23.53%-
HSV(B)144.71º44.16%30.2%-
XYZ4.396.124.82-
YUV64.55123.74112.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.29%
GREEN value IS 77 (30.47% from 255) = 43.50%
BLUE value IS 57 (22.66% from 255) = 32.20%
R=24.29%
G=43.50%
B=32.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4377570.4400.260.70144.7128.3323.53
Hex2B4D392C01A46911c18
Octal5311571540321062213430
Binary10101110011011110011011000110101000110100100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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