Html Css Color HEX #295935 Kaitoke Green

📋 copy color: '#295935'

red 41 ◦ green 89 ◦ blue 53

#295935
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #295935

Tints of Kaitoke Green #295935

RGB

 RED value IS 41 (16.41% from 255) = 22.4%

 GREEN value IS 89 (35.16% from 255) = 48.63%

 BLUE value IS 53 (21.09% from 255) = 28.96%

R = 22.4%
G = 48.63%
B = 28.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#295935 (or 0x295935) is known color: Kaitoke Green. HEX triplet: 29, 59 and 35. RGB value is (41,89,53). Sum of RGB (Red+Green+Blue) = 41+89+53=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #295935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295935 is #D6A6CA. Grayscale: #464646. Windows color (decimal): -14067403 or 3496233. OLE color: 3496233.

HSL color Cylindrical-coordinate representation of color #295935: hue angle of 135º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295935 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 89 53 -
CMYK 0.54 0 0.40 0.65
HSL 135º 0.37% 0.25% -
HSV(B) 135º 0.54% 0.35% -
XYZ 5.13 7.87 4.62 -
YUV 70.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 41 89 53 0.54 0 0.40 0.65 135 0.37 0.25
Hex 29 59 35 36 0 28 41 87 25 19
Octal 51 131 65 66 0 50 101 207 45 31
Binary 101001 1011001 110101 110110 0 101000 1000001 10000111 100101 11001

Color Harmonies of #295935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295935

Black with #295935

Text Example


Text Example

White with #295935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295935; }

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

 H1.HeaderClassName
 {
   color: #295935;
 }
 .AnyTagClassName
 {
   color: #295935;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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