Html Css Color HEX #295304 Turtle Green

📋 copy color: '#295304'

red 41 ◦ green 83 ◦ blue 4

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

Shades of Turtle Green #295304

Tints of Turtle Green #295304

RGB

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

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

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

R = 32.03%
G = 64.84%
B = 3.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#295304 (or 0x295304) is known color: Turtle Green. HEX triplet: 29, 53 and 04. RGB value is (41,83,4). Sum of RGB (Red+Green+Blue) = 41+83+4=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #295304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295304 is #D6ACFB. Grayscale: #3D3D3D. Windows color (decimal): -14068988 or 283433. OLE color: 283433.

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

Color convert

RGB 41 83 4 -
CMYK 0.51 0 0.95 0.67
HSL 91.9º 0.91% 0.17% -
HSV(B) 91.9º 0.95% 0.33% -
XYZ 4.03 6.67 1.19 -
YUV 61.44 95.59 113.42 -
System Red Green Blue C M Y K H S L
Decimal 41 83 4 0.51 0 0.95 0.67 91.9 0.91 0.17
Hex 29 53 4 33 0 5F 43 5C 5B 11
Octal 51 123 4 63 0 137 103 134 133 21
Binary 101001 1010011 100 110011 0 1011111 1000011 1011100 1011011 10001

Color Harmonies of #295304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295304

Black with #295304

Text Example


Text Example

White with #295304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295304; }

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

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

background-color css

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

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

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

border-color css

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

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

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