Html Css Color HEX #304804 Turtle Green

📋 copy color: '#304804'

red 48 ◦ green 72 ◦ blue 4

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

Shades of Turtle Green #304804

Tints of Turtle Green #304804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.23%

R = 38.71%
G = 58.06%
B = 3.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#304804 (or 0x304804) is known color: Turtle Green. HEX triplet: 30, 48 and 04. RGB value is (48,72,4). Sum of RGB (Red+Green+Blue) = 48+72+4=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #304804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304804 is #CFB7FB. Grayscale: #393939. Windows color (decimal): -13613052 or 280624. OLE color: 280624.

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

Color convert

RGB 48 72 4 -
CMYK 0.33 0 0.94 0.72
HSL 81.18º 0.89% 0.15% -
HSV(B) 81.18º 0.94% 0.28% -
XYZ 3.56 5.27 0.94 -
YUV 57.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 48 72 4 0.33 0 0.94 0.72 81.18 0.89 0.15
Hex 30 48 4 21 0 5E 48 51 59 F
Octal 60 110 4 41 0 136 110 121 131 17
Binary 110000 1001000 100 100001 0 1011110 1001000 1010001 1011001 1111

Color Harmonies of #304804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304804

Black with #304804

Text Example


Text Example

White with #304804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304804; }

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

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

background-color css

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

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

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

border-color css

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

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

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