#2D553E

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

Shades of Kaitoke Green #2D553E

Tints of Kaitoke Green #2D553E

Color information

#2D553E (or 0x2D553E) is unknown color: approx Kaitoke Green. HEX triplet: 2D, 55 and 3E. RGB value is (45,85,62). Sum of RGB (Red+Green+Blue) = 45+85+62=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #2D553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D553E is #D2AAC1. Grayscale: #464646. Windows color (decimal): -13806274 or 4085037. OLE color: 4085037.

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

Color convert

RGB458562-
CMYK0.4700.270.67
HSL145.5º30.77%25.49%-
HSV(B)145.5º47.06%33.33%-
XYZ5.27.45.71-
YUV70.42123.25109.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.44%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=23.44%
G=44.27%
B=32.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4585620.4700.270.67145.530.7725.49
Hex2D553E2F01B43921f19
Octal5512576570331032223731
Binary10110110101011111101011110110111000011100100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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