#2A4F3A

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

Shades of Kaitoke Green #2A4F3A

Tints of Kaitoke Green #2A4F3A

Color information

#2A4F3A (or 0x2A4F3A) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 4F and 3A. RGB value is (42,79,58). Sum of RGB (Red+Green+Blue) = 42+79+58=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4F3A is #D5B0C5. Grayscale: #414141. Windows color (decimal): -14004422 or 3821354. OLE color: 3821354.

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

Color convert

RGB427958-
CMYK0.4700.270.69
HSL145.95º30.58%23.73%-
HSV(B)145.95º46.84%30.98%-
XYZ4.516.395-
YUV65.54123.74111.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=23.46%
G=44.13%
B=32.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4279580.4700.270.69145.9530.5823.73
Hex2A4F3A2F01B45921f18
Octal5211772570331052223730
Binary10101010011111110101011110110111000101100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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