#2B4B35

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

Shades of Kaitoke Green #2B4B35

Tints of Kaitoke Green #2B4B35

Color information

#2B4B35 (or 0x2B4B35) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 4B and 35. RGB value is (43,75,53). Sum of RGB (Red+Green+Blue) = 43+75+53=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B35 is #D4B4CA. Grayscale: #3E3E3E. Windows color (decimal): -13939915 or 3492651. OLE color: 3492651.

HSL color Cylindrical-coordinate representation of color #2B4B35: hue angle of 138.75º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4B35 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB437553-
CMYK0.4300.290.71
HSL138.75º27.12%23.14%-
HSV(B)138.75º42.67%29.41%-
XYZ4.155.84.27-
YUV62.92122.4113.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=25.15%
G=43.86%
B=30.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4375530.4300.290.71138.7527.1223.14
Hex2B4B352B01D478b1b17
Octal5311365530351072133327
Binary10101110010111101011010110111011000111100010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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