#2A593C

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

Shades of Kaitoke Green #2A593C

Tints of Kaitoke Green #2A593C

Color information

#2A593C (or 0x2A593C) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 59 and 3C. RGB value is (42,89,60). Sum of RGB (Red+Green+Blue) = 42+89+60=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #2A593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A593C is #D5A6C3. Grayscale: #474747. Windows color (decimal): -14001860 or 3954986. OLE color: 3954986.

HSL color Cylindrical-coordinate representation of color #2A593C: hue angle of 142.98º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A593C is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB428960-
CMYK0.5300.330.65
HSL142.98º35.88%25.69%-
HSV(B)142.98º52.81%34.9%-
XYZ5.347.965.53-
YUV71.64121.43106.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.99%
GREEN value IS 89 (35.16% from 255) = 46.60%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=21.99%
G=46.60%
B=31.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4289600.5300.330.65142.9835.8825.69
Hex2A593C35021418f241a
Octal5213174650411012174432
Binary1010101011001111100110101010000110000011000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,89,60); }

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

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

 a { background-color: rgb(42,89,60); }

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

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

 span { border-color: rgb(42,89,60); }

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