Html Css Color HEX #295803 Turtle Green

📋 copy color: '#295803'

red 41 ◦ green 88 ◦ blue 3

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

Shades of Turtle Green #295803

Tints of Turtle Green #295803

RGB

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

 GREEN value IS 88 (34.77% from 255) = 66.67%

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

R = 31.06%
G = 66.67%
B = 2.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#295803 (or 0x295803) is known color: Turtle Green. HEX triplet: 29, 58 and 03. RGB value is (41,88,3). Sum of RGB (Red+Green+Blue) = 41+88+3=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #295803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295803 is #D6A7FC. Grayscale: #404040. Windows color (decimal): -14067709 or 219177. OLE color: 219177.

HSL color Cylindrical-coordinate representation of color #295803: hue angle of 93.18º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #295803 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 88 3 -
CMYK 0.53 0 0.97 0.65
HSL 93.18º 0.93% 0.18% -
HSV(B) 93.18º 0.97% 0.35% -
XYZ 4.42 7.46 1.29 -
YUV 64.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 41 88 3 0.53 0 0.97 0.65 93.18 0.93 0.18
Hex 29 58 3 35 0 61 41 5D 5D 12
Octal 51 130 3 65 0 141 101 135 135 22
Binary 101001 1011000 11 110101 0 1100001 1000001 1011101 1011101 10010

Color Harmonies of #295803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295803

Black with #295803

Text Example


Text Example

White with #295803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295803; }

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

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

background-color css

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

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

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

border-color css

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

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

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