Html Css Color HEX #304705 Turtle Green

📋 copy color: '#304705'

red 48 ◦ green 71 ◦ blue 5

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

Shades of Turtle Green #304705

Tints of Turtle Green #304705

RGB

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

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

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

R = 38.71%
G = 57.26%
B = 4.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#304705 (or 0x304705) is known color: Turtle Green. HEX triplet: 30, 47 and 05. RGB value is (48,71,5). Sum of RGB (Red+Green+Blue) = 48+71+5=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #304705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304705 is #CFB8FA. Grayscale: #383838. Windows color (decimal): -13613307 or 345904. OLE color: 345904.

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

Color convert

RGB 48 71 5 -
CMYK 0.32 0 0.93 0.72
HSL 80.91º 0.87% 0.15% -
HSV(B) 80.91º 0.93% 0.28% -
XYZ 3.5 5.15 0.95 -
YUV 56.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 48 71 5 0.32 0 0.93 0.72 80.91 0.87 0.15
Hex 30 47 5 20 0 5D 48 51 57 F
Octal 60 107 5 40 0 135 110 121 127 17
Binary 110000 1000111 101 100000 0 1011101 1001000 1010001 1010111 1111

Color Harmonies of #304705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304705

Black with #304705

Text Example


Text Example

White with #304705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304705; }

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

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

background-color css

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

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

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

border-color css

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

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

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