#294F3A

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

Shades of Kaitoke Green #294F3A

Tints of Kaitoke Green #294F3A

Color information

#294F3A (or 0x294F3A) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4F and 3A. RGB value is (41,79,58). Sum of RGB (Red+Green+Blue) = 41+79+58=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #294F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F3A is #D6B0C5. Grayscale: #414141. Windows color (decimal): -14069958 or 3821353. OLE color: 3821353.

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

Color convert

RGB417958-
CMYK0.4800.270.69
HSL146.84º31.67%23.53%-
HSV(B)146.84º48.1%30.98%-
XYZ4.476.375-
YUV65.24123.91110.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=23.03%
G=44.38%
B=32.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4179580.4800.270.69146.8431.6723.53
Hex294F3A3001B45932018
Octal5111772600331052234030
Binary101001100111111101011000001101110001011001001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294F3A; }

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

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

<style>
 a { background-color: #294F3A; }

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

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

<style>
 span { border-color: #294F3A; }

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

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