#2B4D35

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

Shades of Kaitoke Green #2B4D35

Tints of Kaitoke Green #2B4D35

Color information

#2B4D35 (or 0x2B4D35) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 4D and 35. RGB value is (43,77,53). Sum of RGB (Red+Green+Blue) = 43+77+53=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D35 is #D4B2CA. Grayscale: #404040. Windows color (decimal): -13939403 or 3493163. OLE color: 3493163.

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

Color convert

RGB437753-
CMYK0.4400.310.70
HSL137.65º28.33%23.53%-
HSV(B)137.65º44.16%30.2%-
XYZ4.296.084.32-
YUV64.1121.74112.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 77 (30.47% from 255) = 44.51%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=24.86%
G=44.51%
B=30.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4377530.4400.310.70137.6528.3323.53
Hex2B4D352C01F468a1c18
Octal5311565540371062123430
Binary10101110011011101011011000111111000110100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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