Html Css Color HEX #304715 Turtle Green

📋 copy color: '#304715'

red 48 ◦ green 71 ◦ blue 21

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

Shades of Turtle Green #304715

Tints of Turtle Green #304715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15%

R = 34.29%
G = 50.71%
B = 15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#304715 (or 0x304715) is known color: Turtle Green. HEX triplet: 30, 47 and 15. RGB value is (48,71,21). Sum of RGB (Red+Green+Blue) = 48+71+21=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #304715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304715 is #CFB8EA. Grayscale: #3A3A3A. Windows color (decimal): -13613291 or 1394480. OLE color: 1394480.

HSL color Cylindrical-coordinate representation of color #304715: hue angle of 87.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #304715 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 71 21 -
CMYK 0.32 0 0.70 0.72
HSL 87.6º 0.54% 0.18% -
HSV(B) 87.6º 0.7% 0.28% -
XYZ 3.61 5.19 1.52 -
YUV 58.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 48 71 21 0.32 0 0.70 0.72 87.6 0.54 0.18
Hex 30 47 15 20 0 46 48 58 36 12
Octal 60 107 25 40 0 106 110 130 66 22
Binary 110000 1000111 10101 100000 0 1000110 1001000 1011000 110110 10010

Color Harmonies of #304715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304715

Black with #304715

Text Example


Text Example

White with #304715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304715; }

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

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

background-color css

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

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

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

border-color css

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

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

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