#2B4D37

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

Shades of Kaitoke Green #2B4D37

Tints of Kaitoke Green #2B4D37

Color information

#2B4D37 (or 0x2B4D37) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 4D and 37. RGB value is (43,77,55). Sum of RGB (Red+Green+Blue) = 43+77+55=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D37 is #D4B2C8. Grayscale: #404040. Windows color (decimal): -13939401 or 3624235. OLE color: 3624235.

HSL color Cylindrical-coordinate representation of color #2B4D37: hue angle of 141.18º 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 #2B4D37 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB437755-
CMYK0.4400.290.70
HSL141.18º28.33%23.53%-
HSV(B)141.18º44.16%30.2%-
XYZ4.346.14.56-
YUV64.33122.74112.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.57%
GREEN value IS 77 (30.47% from 255) = 44%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=24.57%
G=44%
B=31.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4377550.4400.290.70141.1828.3323.53
Hex2B4D372C01D468d1c18
Octal5311567540351062153430
Binary10101110011011101111011000111011000110100011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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