#2A593A

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

Shades of Kaitoke Green #2A593A

Tints of Kaitoke Green #2A593A

Color information

#2A593A (or 0x2A593A) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 59 and 3A. RGB value is (42,89,58). Sum of RGB (Red+Green+Blue) = 42+89+58=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #2A593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A593A is #D5A6C5. Grayscale: #474747. Windows color (decimal): -14001862 or 3823914. OLE color: 3823914.

HSL color Cylindrical-coordinate representation of color #2A593A: hue angle of 140.43º 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 #2A593A is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB428958-
CMYK0.5300.350.65
HSL140.43º35.88%25.69%-
HSV(B)140.43º52.81%34.9%-
XYZ5.297.945.26-
YUV71.41120.43107.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.22%
GREEN value IS 89 (35.16% from 255) = 47.09%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=22.22%
G=47.09%
B=30.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4289580.5300.350.65140.4335.8825.69
Hex2A593A35023418c241a
Octal5213172650431012144432
Binary1010101011001111010110101010001110000011000110010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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