#2A4F33

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

Shades of Kaitoke Green #2A4F33

Tints of Kaitoke Green #2A4F33

Color information

#2A4F33 (or 0x2A4F33) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 4F and 33. RGB value is (42,79,51). Sum of RGB (Red+Green+Blue) = 42+79+51=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4F33 is #D5B0CC. Grayscale: #404040. Windows color (decimal): -14004429 or 3362602. OLE color: 3362602.

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

Color convert

RGB427951-
CMYK0.4700.350.69
HSL134.59º30.58%23.73%-
HSV(B)134.59º46.84%30.98%-
XYZ4.356.324.12-
YUV64.74120.24111.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.42%
GREEN value IS 79 (31.25% from 255) = 45.93%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=24.42%
G=45.93%
B=29.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4279510.4700.350.69134.5930.5823.73
Hex2A4F332F02345871f18
Octal5211763570431052073730
Binary101010100111111001110111101000111000101100001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,79,51); }

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

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

 a { background-color: rgb(42,79,51); }

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

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

 span { border-color: rgb(42,79,51); }

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