#2B553A

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

Shades of Kaitoke Green #2B553A

Tints of Kaitoke Green #2B553A

Color information

#2B553A (or 0x2B553A) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 55 and 3A. RGB value is (43,85,58). Sum of RGB (Red+Green+Blue) = 43+85+58=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #2B553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B553A is #D4AAC5. Grayscale: #454545. Windows color (decimal): -13937350 or 3822891. OLE color: 3822891.

HSL color Cylindrical-coordinate representation of color #2B553A: hue angle of 141.43º 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 #2B553A is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB438558-
CMYK0.4900.320.67
HSL141.43º32.81%25.1%-
HSV(B)141.43º49.41%33.33%-
XYZ5.017.325.15-
YUV69.36121.59109.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.12%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=23.12%
G=45.70%
B=31.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4385580.4900.320.67141.4332.8125.1
Hex2B553A31020438d2119
Octal5312572610401032154131
Binary1010111010101111010110001010000010000111000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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