Html Css Color HEX #295104 Turtle Green

📋 copy color: '#295104'

red 41 ◦ green 81 ◦ blue 4

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

Shades of Turtle Green #295104

Tints of Turtle Green #295104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 64.29%

 BLUE value IS 4 (1.95% from 255) = 3.17%

R = 32.54%
G = 64.29%
B = 3.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#295104 (or 0x295104) is known color: Turtle Green. HEX triplet: 29, 51 and 04. RGB value is (41,81,4). Sum of RGB (Red+Green+Blue) = 41+81+4=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #295104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295104 is #D6AEFB. Grayscale: #3C3C3C. Windows color (decimal): -14069500 or 282921. OLE color: 282921.

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

Color convert

RGB 41 81 4 -
CMYK 0.49 0 0.95 0.68
HSL 91.17º 0.91% 0.17% -
HSV(B) 91.17º 0.95% 0.32% -
XYZ 3.88 6.37 1.14 -
YUV 60.26 96.25 114.26 -
System Red Green Blue C M Y K H S L
Decimal 41 81 4 0.49 0 0.95 0.68 91.17 0.91 0.17
Hex 29 51 4 31 0 5F 44 5B 5B 11
Octal 51 121 4 61 0 137 104 133 133 21
Binary 101001 1010001 100 110001 0 1011111 1000100 1011011 1011011 10001

Color Harmonies of #295104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295104

Black with #295104

Text Example


Text Example

White with #295104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295104; }

 p { color: rgb(41,81,4); }

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

background-color css

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

 a { background-color: rgb(41,81,4); }

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

border-color css

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

 span { border-color: rgb(41,81,4); }

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