Html Css Color HEX #304710 Turtle Green

📋 copy color: '#304710'

red 48 ◦ green 71 ◦ blue 16

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

Shades of Turtle Green #304710

Tints of Turtle Green #304710

RGB

 RED value IS 48 (19.14% from 255) = 35.56%

 GREEN value IS 71 (28.13% from 255) = 52.59%

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 35.56%
G = 52.59%
B = 11.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#304710 (or 0x304710) is known color: Turtle Green. HEX triplet: 30, 47 and 10. RGB value is (48,71,16). Sum of RGB (Red+Green+Blue) = 48+71+16=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #304710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304710 is #CFB8EF. Grayscale: #3A3A3A. Windows color (decimal): -13613296 or 1066800. OLE color: 1066800.

HSL color Cylindrical-coordinate representation of color #304710: hue angle of 85.09º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #304710 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 71 16 -
CMYK 0.32 0 0.77 0.72
HSL 85.09º 0.63% 0.17% -
HSV(B) 85.09º 0.77% 0.28% -
XYZ 3.57 5.17 1.3 -
YUV 57.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 48 71 16 0.32 0 0.77 0.72 85.09 0.63 0.17
Hex 30 47 10 20 0 4D 48 55 3F 11
Octal 60 107 20 40 0 115 110 125 77 21
Binary 110000 1000111 10000 100000 0 1001101 1001000 1010101 111111 10001

Color Harmonies of #304710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304710

Black with #304710

Text Example


Text Example

White with #304710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304710; }

 p { color: rgb(48,71,16); }

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

background-color css

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

 a { background-color: rgb(48,71,16); }

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

border-color css

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

 span { border-color: rgb(48,71,16); }

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