#2D553F

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

Shades of Kaitoke Green #2D553F

Tints of Kaitoke Green #2D553F

Color information

#2D553F (or 0x2D553F) is unknown color: approx Kaitoke Green. HEX triplet: 2D, 55 and 3F. RGB value is (45,85,63). Sum of RGB (Red+Green+Blue) = 45+85+63=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #2D553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D553F is #D2AAC0. Grayscale: #464646. Windows color (decimal): -13806273 or 4150573. OLE color: 4150573.

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

Color convert

RGB458563-
CMYK0.4700.260.67
HSL147º30.77%25.49%-
HSV(B)147º47.06%33.33%-
XYZ5.237.415.86-
YUV70.53123.75109.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 63 (25% from 255) = 32.64%
R=23.32%
G=44.04%
B=32.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4585630.4700.260.6714730.7725.49
Hex2D553F2F01A43931f19
Octal5512577570321032233731
Binary10110110101011111111011110110101000011100100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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