#295334

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

Shades of Kaitoke Green #295334

Tints of Kaitoke Green #295334

Color information

#295334 (or 0x295334) is unknown color: approx Kaitoke Green. HEX triplet: 29, 53 and 34. RGB value is (41,83,52). Sum of RGB (Red+Green+Blue) = 41+83+52=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #295334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295334 is #D6ACCB. Grayscale: #424242. Windows color (decimal): -14068940 or 3429161. OLE color: 3429161.

HSL color Cylindrical-coordinate representation of color #295334: hue angle of 135.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295334 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB418352-
CMYK0.5100.370.67
HSL135.71º33.87%24.31%-
HSV(B)135.71º50.6%32.55%-
XYZ4.636.914.34-
YUV66.91119.59109.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=23.30%
G=47.16%
B=29.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183520.5100.370.67135.7133.8724.31
Hex2953343302543882218
Octal5112364630451032104230
Binary1010011010011110100110011010010110000111000100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295334; }

 p { color: rgb(41,83,52); }

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

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

 a { background-color: rgb(41,83,52); }

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

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

 span { border-color: rgb(41,83,52); }

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