#294F3B

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

Shades of Kaitoke Green #294F3B

Tints of Kaitoke Green #294F3B

Color information

#294F3B (or 0x294F3B) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4F and 3B. RGB value is (41,79,59). Sum of RGB (Red+Green+Blue) = 41+79+59=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #294F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F3B is #D6B0C4. Grayscale: #414141. Windows color (decimal): -14069957 or 3886889. OLE color: 3886889.

HSL color Cylindrical-coordinate representation of color #294F3B: hue angle of 148.42º 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 #294F3B is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB417959-
CMYK0.4800.250.69
HSL148.42º31.67%23.53%-
HSV(B)148.42º48.1%30.98%-
XYZ4.56.385.13-
YUV65.36124.41110.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=22.91%
G=44.13%
B=32.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4179590.4800.250.69148.4231.6723.53
Hex294F3B3001945942018
Octal5111773600311052244030
Binary101001100111111101111000001100110001011001010010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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