#2B573A

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

Shades of Kaitoke Green #2B573A

Tints of Kaitoke Green #2B573A

Color information

#2B573A (or 0x2B573A) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 57 and 3A. RGB value is (43,87,58). Sum of RGB (Red+Green+Blue) = 43+87+58=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 87 - color contains mainly: green. Hex color #2B573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B573A is #D4A8C5. Grayscale: #464646. Windows color (decimal): -13936838 or 3823403. OLE color: 3823403.

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

Color convert

RGB438758-
CMYK0.5100.330.66
HSL140.45º33.85%25.49%-
HSV(B)140.45º50.57%34.12%-
XYZ5.177.645.2-
YUV70.54120.92108.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 87 (34.38% from 255) = 46.28%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=22.87%
G=46.28%
B=30.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4387580.5100.330.66140.4533.8525.49
Hex2B573A33021428c2219
Octal5312772630411022144231
Binary1010111010111111010110011010000110000101000110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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