Html Css Color HEX #295203 Turtle Green

📋 copy color: '#295203'

red 41 ◦ green 82 ◦ blue 3

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

Shades of Turtle Green #295203

Tints of Turtle Green #295203

RGB

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

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

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

R = 32.54%
G = 65.08%
B = 2.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#295203 (or 0x295203) is known color: Turtle Green. HEX triplet: 29, 52 and 03. RGB value is (41,82,3). Sum of RGB (Red+Green+Blue) = 41+82+3=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #295203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295203 is #D6ADFC. Grayscale: #3D3D3D. Windows color (decimal): -14069245 or 217641. OLE color: 217641.

HSL color Cylindrical-coordinate representation of color #295203: hue angle of 91.14º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #295203 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 82 3 -
CMYK 0.50 0 0.96 0.68
HSL 91.14º 0.93% 0.17% -
HSV(B) 91.14º 0.96% 0.32% -
XYZ 3.95 6.51 1.14 -
YUV 60.74 95.42 113.92 -
System Red Green Blue C M Y K H S L
Decimal 41 82 3 0.50 0 0.96 0.68 91.14 0.93 0.17
Hex 29 52 3 32 0 60 44 5B 5D 11
Octal 51 122 3 62 0 140 104 133 135 21
Binary 101001 1010010 11 110010 0 1100000 1000100 1011011 1011101 10001

Color Harmonies of #295203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295203

Black with #295203

Text Example


Text Example

White with #295203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295203; }

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

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

background-color css

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

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

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

border-color css

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

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

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