#295234

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

Shades of Kaitoke Green #295234

Tints of Kaitoke Green #295234

Color information

#295234 (or 0x295234) is unknown color: approx Kaitoke Green. HEX triplet: 29, 52 and 34. RGB value is (41,82,52). Sum of RGB (Red+Green+Blue) = 41+82+52=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #295234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295234 is #D6ADCB. Grayscale: #424242. Windows color (decimal): -14069196 or 3428905. OLE color: 3428905.

HSL color Cylindrical-coordinate representation of color #295234: hue angle of 136.1º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #295234 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB418252-
CMYK0.5000.370.68
HSL136.1º33.33%24.12%-
HSV(B)136.1º50%32.16%-
XYZ4.556.754.31-
YUV66.32119.92109.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=23.43%
G=46.86%
B=29.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182520.5000.370.68136.133.3324.12
Hex2952343202544882118
Octal5112264620451042104130
Binary1010011010010110100110010010010110001001000100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295234; }

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

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

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

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

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

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

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

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