Html Css Color HEX #295235 Kaitoke Green

📋 copy color: '#295235'

red 41 ◦ green 82 ◦ blue 53

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

Shades of Kaitoke Green #295235

Tints of Kaitoke Green #295235

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.59%

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

R = 23.3%
G = 46.59%
B = 30.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#295235 (or 0x295235) is known color: Kaitoke Green. HEX triplet: 29, 52 and 35. RGB value is (41,82,53). Sum of RGB (Red+Green+Blue) = 41+82+53=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #295235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295235 is #D6ADCA. Grayscale: #424242. Windows color (decimal): -14069195 or 3494441. OLE color: 3494441.

HSL color Cylindrical-coordinate representation of color #295235: hue angle of 137.56º 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 #295235 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 82 53 -
CMYK 0.50 0 0.35 0.68
HSL 137.56º 0.33% 0.24% -
HSV(B) 137.56º 0.5% 0.32% -
XYZ 4.57 6.76 4.43 -
YUV 66.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 41 82 53 0.50 0 0.35 0.68 137.56 0.33 0.24
Hex 29 52 35 32 0 23 44 8A 21 18
Octal 51 122 65 62 0 43 104 212 41 30
Binary 101001 1010010 110101 110010 0 100011 1000100 10001010 100001 11000

Color Harmonies of #295235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295235

Black with #295235

Text Example


Text Example

White with #295235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295235; }

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

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

background-color css

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

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

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

border-color css

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

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

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