#2B553F

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

Shades of Kaitoke Green #2B553F

Tints of Kaitoke Green #2B553F

Color information

#2B553F (or 0x2B553F) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 55 and 3F. RGB value is (43,85,63). Sum of RGB (Red+Green+Blue) = 43+85+63=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #2B553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B553F is #D4AAC0. Grayscale: #454545. Windows color (decimal): -13937345 or 4150571. OLE color: 4150571.

HSL color Cylindrical-coordinate representation of color #2B553F: hue angle of 148.57º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B553F is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB438563-
CMYK0.4900.260.67
HSL148.57º32.81%25.1%-
HSV(B)148.57º49.41%33.33%-
XYZ5.147.375.85-
YUV69.93124.09108.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 63 (25% from 255) = 32.98%
R=22.51%
G=44.50%
B=32.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4385630.4900.260.67148.5732.8125.1
Hex2B553F3101A43952119
Octal5312577610321032254131
Binary101011101010111111111000101101010000111001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,85,63); }

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

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

 a { background-color: rgb(43,85,63); }

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

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

 span { border-color: rgb(43,85,63); }

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