Html Css Color HEX #295502 Turtle Green

📋 copy color: '#295502'

red 41 ◦ green 85 ◦ blue 2

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

Shades of Turtle Green #295502

Tints of Turtle Green #295502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 66.41%

 BLUE value IS 2 (1.17% from 255) = 1.56%

R = 32.03%
G = 66.41%
B = 1.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#295502 (or 0x295502) is known color: Turtle Green. HEX triplet: 29, 55 and 02. RGB value is (41,85,2). Sum of RGB (Red+Green+Blue) = 41+85+2=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #295502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295502 is #D6AAFD. Grayscale: #3E3E3E. Windows color (decimal): -14068478 or 152873. OLE color: 152873.

HSL color Cylindrical-coordinate representation of color #295502: hue angle of 91.81º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #295502 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 85 2 -
CMYK 0.52 0 0.98 0.67
HSL 91.81º 0.95% 0.17% -
HSV(B) 91.81º 0.98% 0.33% -
XYZ 4.17 6.97 1.18 -
YUV 62.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 41 85 2 0.52 0 0.98 0.67 91.81 0.95 0.17
Hex 29 55 2 34 0 62 43 5C 5F 11
Octal 51 125 2 64 0 142 103 134 137 21
Binary 101001 1010101 10 110100 0 1100010 1000011 1011100 1011111 10001

Color Harmonies of #295502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295502

Black with #295502

Text Example


Text Example

White with #295502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295502; }

 p { color: rgb(41,85,2); }

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

background-color css

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

 a { background-color: rgb(41,85,2); }

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

border-color css

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

 span { border-color: rgb(41,85,2); }

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