#2A5334

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

Shades of Kaitoke Green #2A5334

Tints of Kaitoke Green #2A5334

Color information

#2A5334 (or 0x2A5334) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 53 and 34. RGB value is (42,83,52). Sum of RGB (Red+Green+Blue) = 42+83+52=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5334 is #D5ACCB. Grayscale: #434343. Windows color (decimal): -14003404 or 3429162. OLE color: 3429162.

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

Color convert

RGB428352-
CMYK0.4900.370.67
HSL134.63º32.8%24.51%-
HSV(B)134.63º49.4%32.55%-
XYZ4.676.934.34-
YUV67.21119.42110.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.73%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 52 (20.70% from 255) = 29.38%
R=23.73%
G=46.89%
B=29.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4283520.4900.370.67134.6332.824.51
Hex2A53343102543872119
Octal5212364610451032074131
Binary1010101010011110100110001010010110000111000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,83,52); }

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

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

 a { background-color: rgb(42,83,52); }

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

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

 span { border-color: rgb(42,83,52); }

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