Html Css Color HEX #304811 Turtle Green

📋 copy color: '#304811'

red 48 ◦ green 72 ◦ blue 17

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

Shades of Turtle Green #304811

Tints of Turtle Green #304811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.41%

R = 35.04%
G = 52.55%
B = 12.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#304811 (or 0x304811) is known color: Turtle Green. HEX triplet: 30, 48 and 11. RGB value is (48,72,17). Sum of RGB (Red+Green+Blue) = 48+72+17=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #304811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304811 is #CFB7EE. Grayscale: #3A3A3A. Windows color (decimal): -13613039 or 1132592. OLE color: 1132592.

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

Color convert

RGB 48 72 17 -
CMYK 0.33 0 0.76 0.72
HSL 86.18º 0.62% 0.17% -
HSV(B) 86.18º 0.76% 0.28% -
XYZ 3.64 5.3 1.36 -
YUV 58.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 48 72 17 0.33 0 0.76 0.72 86.18 0.62 0.17
Hex 30 48 11 21 0 4C 48 56 3E 11
Octal 60 110 21 41 0 114 110 126 76 21
Binary 110000 1001000 10001 100001 0 1001100 1001000 1010110 111110 10001

Color Harmonies of #304811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304811

Black with #304811

Text Example


Text Example

White with #304811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304811; }

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

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

background-color css

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

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

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

border-color css

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

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

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