#295035

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

Shades of Kaitoke Green #295035

Tints of Kaitoke Green #295035

Color information

#295035 (or 0x295035) is unknown color: approx Kaitoke Green. HEX triplet: 29, 50 and 35. RGB value is (41,80,53). Sum of RGB (Red+Green+Blue) = 41+80+53=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #295035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295035 is #D6AFCA. Grayscale: #414141. Windows color (decimal): -14069707 or 3493929. OLE color: 3493929.

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

Color convert

RGB418053-
CMYK0.4900.340.69
HSL138.46º32.23%23.73%-
HSV(B)138.46º48.75%31.37%-
XYZ4.436.474.38-
YUV65.26121.08110.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=23.56%
G=45.98%
B=30.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180530.4900.340.69138.4632.2323.73
Hex29503531022458a2018
Octal5112065610421052124030
Binary1010011010000110101110001010001010001011000101010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295035; }

 p { color: rgb(41,80,53); }

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

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

 a { background-color: rgb(41,80,53); }

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

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

 span { border-color: rgb(41,80,53); }

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