#2a5034

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

Shades of Kaitoke Green #2A5034

Tints of Kaitoke Green #2A5034

Color information

#2A5034 (or 0x2A5034) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 50 and 34. RGB value is (42,80,52). Sum of RGB (Red+Green+Blue) = 42+80+52=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5034 is #D5AFCB. Grayscale: #414141. Windows color (decimal): -14004172 or 3428394. OLE color: 3428394.

HSL color Cylindrical-coordinate representation of color #2A5034: hue angle of 135.79º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A5034 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB428052-
CMYK0.4800.350.69
HSL135.79º31.15%23.92%-
HSV(B)135.79º47.5%31.37%-
XYZ4.446.484.26-
YUV65.45120.41111.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.14%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=24.14%
G=45.98%
B=29.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4280520.4800.350.69135.7931.1523.92
Hex2A50343002345881f18
Octal5212064600431052103730
Binary101010101000011010011000001000111000101100010001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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