Html Css Color HEX #295305 Turtle Green

📋 copy color: '#295305'

red 41 ◦ green 83 ◦ blue 5

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

Shades of Turtle Green #295305

Tints of Turtle Green #295305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 64.34%

 BLUE value IS 5 (2.34% from 255) = 3.88%

R = 31.78%
G = 64.34%
B = 3.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#295305 (or 0x295305) is known color: Turtle Green. HEX triplet: 29, 53 and 05. RGB value is (41,83,5). Sum of RGB (Red+Green+Blue) = 41+83+5=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #295305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295305 is #D6ACFA. Grayscale: #3D3D3D. Windows color (decimal): -14068987 or 348969. OLE color: 348969.

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

Color convert

RGB 41 83 5 -
CMYK 0.51 0 0.94 0.67
HSL 92.31º 0.89% 0.17% -
HSV(B) 92.31º 0.94% 0.33% -
XYZ 4.04 6.67 1.22 -
YUV 61.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 41 83 5 0.51 0 0.94 0.67 92.31 0.89 0.17
Hex 29 53 5 33 0 5E 43 5C 59 11
Octal 51 123 5 63 0 136 103 134 131 21
Binary 101001 1010011 101 110011 0 1011110 1000011 1011100 1011001 10001

Color Harmonies of #295305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295305

Black with #295305

Text Example


Text Example

White with #295305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295305; }

 p { color: rgb(41,83,5); }

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

background-color css

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

 a { background-color: rgb(41,83,5); }

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

border-color css

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

 span { border-color: rgb(41,83,5); }

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