Html Css Color HEX #295603 Turtle Green

📋 copy color: '#295603'

red 41 ◦ green 86 ◦ blue 3

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

Shades of Turtle Green #295603

Tints of Turtle Green #295603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 66.15%

 BLUE value IS 3 (1.56% from 255) = 2.31%

R = 31.54%
G = 66.15%
B = 2.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#295603 (or 0x295603) is known color: Turtle Green. HEX triplet: 29, 56 and 03. RGB value is (41,86,3). Sum of RGB (Red+Green+Blue) = 41+86+3=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #295603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295603 is #D6A9FC. Grayscale: #3F3F3F. Windows color (decimal): -14068221 or 218665. OLE color: 218665.

HSL color Cylindrical-coordinate representation of color #295603: hue angle of 92.53º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #295603 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 86 3 -
CMYK 0.52 0 0.97 0.66
HSL 92.53º 0.93% 0.17% -
HSV(B) 92.53º 0.97% 0.34% -
XYZ 4.26 7.13 1.24 -
YUV 63.08 94.09 112.25 -
System Red Green Blue C M Y K H S L
Decimal 41 86 3 0.52 0 0.97 0.66 92.53 0.93 0.17
Hex 29 56 3 34 0 61 42 5D 5D 11
Octal 51 126 3 64 0 141 102 135 135 21
Binary 101001 1010110 11 110100 0 1100001 1000010 1011101 1011101 10001

Color Harmonies of #295603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295603

Black with #295603

Text Example


Text Example

White with #295603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295603; }

 p { color: rgb(41,86,3); }

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

background-color css

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

 a { background-color: rgb(41,86,3); }

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

border-color css

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

 span { border-color: rgb(41,86,3); }

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