#2A4A34

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

Shades of Kaitoke Green #2A4A34

Tints of Kaitoke Green #2A4A34

Color information

#2A4A34 (or 0x2A4A34) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 4A and 34. RGB value is (42,74,52). Sum of RGB (Red+Green+Blue) = 42+74+52=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 74 - color contains mainly: green. Hex color #2A4A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4A34 is #D5B5CB. Grayscale: #3D3D3D. Windows color (decimal): -14005708 or 3426858. OLE color: 3426858.

HSL color Cylindrical-coordinate representation of color #2A4A34: hue angle of 138.75º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A4A34 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB427452-
CMYK0.4300.300.71
HSL138.75º27.59%22.75%-
HSV(B)138.75º43.24%29.02%-
XYZ4.025.644.12-
YUV61.92122.4113.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 74 (29.30% from 255) = 44.05%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=25%
G=44.05%
B=30.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4274520.4300.300.71138.7527.5922.75
Hex2A4A342B01E478b1c17
Octal5211264530361072133427
Binary10101010010101101001010110111101000111100010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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