#2B5C3C

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

Shades of Kaitoke Green #2B5C3C

Tints of Kaitoke Green #2B5C3C

Color information

#2B5C3C (or 0x2B5C3C) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 5C and 3C. RGB value is (43,92,60). Sum of RGB (Red+Green+Blue) = 43+92+60=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C3C is #D4A3C3. Grayscale: #494949. Windows color (decimal): -13935556 or 3955755. OLE color: 3955755.

HSL color Cylindrical-coordinate representation of color #2B5C3C: hue angle of 140.82º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C3C is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB439260-
CMYK0.5300.350.64
HSL140.82º36.3%26.47%-
HSV(B)140.82º53.26%36.08%-
XYZ5.648.495.62-
YUV73.7120.27106.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.05%
GREEN value IS 92 (36.33% from 255) = 47.18%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=22.05%
G=47.18%
B=30.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4392600.5300.350.64140.8236.326.47
Hex2B5C3C35023408d241a
Octal5313474650431002154432
Binary1010111011100111100110101010001110000001000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,92,60); }

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

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

 a { background-color: rgb(43,92,60); }

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

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

 span { border-color: rgb(43,92,60); }

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