Html Css Color HEX #304814 Turtle Green

📋 copy color: '#304814'

red 48 ◦ green 72 ◦ blue 20

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

Shades of Turtle Green #304814

Tints of Turtle Green #304814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.43%

 BLUE value IS 20 (8.2% from 255) = 14.29%

R = 34.29%
G = 51.43%
B = 14.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#304814 (or 0x304814) is known color: Turtle Green. HEX triplet: 30, 48 and 14. RGB value is (48,72,20). Sum of RGB (Red+Green+Blue) = 48+72+20=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #304814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304814 is #CFB7EB. Grayscale: #3B3B3B. Windows color (decimal): -13613036 or 1329200. OLE color: 1329200.

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

Color convert

RGB 48 72 20 -
CMYK 0.33 0 0.72 0.72
HSL 87.69º 0.57% 0.18% -
HSV(B) 87.69º 0.72% 0.28% -
XYZ 3.66 5.31 1.49 -
YUV 58.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 48 72 20 0.33 0 0.72 0.72 87.69 0.57 0.18
Hex 30 48 14 21 0 48 48 58 39 12
Octal 60 110 24 41 0 110 110 130 71 22
Binary 110000 1001000 10100 100001 0 1001000 1001000 1011000 111001 10010

Color Harmonies of #304814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304814

Black with #304814

Text Example


Text Example

White with #304814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304814; }

 p { color: rgb(48,72,20); }

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

background-color css

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

 a { background-color: rgb(48,72,20); }

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

border-color css

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

 span { border-color: rgb(48,72,20); }

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