Html Css Color HEX #304810 Turtle Green

📋 copy color: '#304810'

red 48 ◦ green 72 ◦ blue 16

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

Shades of Turtle Green #304810

Tints of Turtle Green #304810

RGB

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

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

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

R = 35.29%
G = 52.94%
B = 11.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#304810 (or 0x304810) is known color: Turtle Green. HEX triplet: 30, 48 and 10. RGB value is (48,72,16). Sum of RGB (Red+Green+Blue) = 48+72+16=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #304810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304810 is #CFB7EF. Grayscale: #3A3A3A. Windows color (decimal): -13613040 or 1067056. OLE color: 1067056.

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

Color convert

RGB 48 72 16 -
CMYK 0.33 0 0.78 0.72
HSL 85.71º 0.64% 0.17% -
HSV(B) 85.71º 0.78% 0.28% -
XYZ 3.63 5.3 1.32 -
YUV 58.44 104.05 120.55 -
System Red Green Blue C M Y K H S L
Decimal 48 72 16 0.33 0 0.78 0.72 85.71 0.64 0.17
Hex 30 48 10 21 0 4E 48 56 40 11
Octal 60 110 20 41 0 116 110 126 100 21
Binary 110000 1001000 10000 100001 0 1001110 1001000 1010110 1000000 10001

Color Harmonies of #304810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304810

Black with #304810

Text Example


Text Example

White with #304810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304810; }

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

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

background-color css

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

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

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

border-color css

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

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

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