#2B4D36

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

Shades of Kaitoke Green #2B4D36

Tints of Kaitoke Green #2B4D36

Color information

#2B4D36 (or 0x2B4D36) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 4D and 36. RGB value is (43,77,54). Sum of RGB (Red+Green+Blue) = 43+77+54=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D36 is #D4B2C9. Grayscale: #404040. Windows color (decimal): -13939402 or 3558699. OLE color: 3558699.

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

Color convert

RGB437754-
CMYK0.4400.300.70
HSL139.41º28.33%23.53%-
HSV(B)139.41º44.16%30.2%-
XYZ4.326.094.44-
YUV64.21122.24112.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 77 (30.47% from 255) = 44.25%
BLUE value IS 54 (21.48% from 255) = 31.03%
R=24.71%
G=44.25%
B=31.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4377540.4400.300.70139.4128.3323.53
Hex2B4D362C01E468b1c18
Octal5311566540361062133430
Binary10101110011011101101011000111101000110100010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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