Html Css Color HEX #304801 Turtle Green

📋 copy color: '#304801'

red 48 ◦ green 72 ◦ blue 1

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

Shades of Turtle Green #304801

Tints of Turtle Green #304801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 39.67%
G = 59.5%
B = 0.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#304801 (or 0x304801) is known color: Turtle Green. HEX triplet: 30, 48 and 01. RGB value is (48,72,1). Sum of RGB (Red+Green+Blue) = 48+72+1=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #304801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304801 is #CFB7FE. Grayscale: #383838. Windows color (decimal): -13613055 or 84016. OLE color: 84016.

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

Color convert

RGB 48 72 1 -
CMYK 0.33 0 0.99 0.72
HSL 80.28º 0.97% 0.14% -
HSV(B) 80.28º 0.99% 0.28% -
XYZ 3.54 5.27 0.86 -
YUV 56.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 48 72 1 0.33 0 0.99 0.72 80.28 0.97 0.14
Hex 30 48 1 21 0 63 48 50 61 E
Octal 60 110 1 41 0 143 110 120 141 16
Binary 110000 1001000 1 100001 0 1100011 1001000 1010000 1100001 1110

Color Harmonies of #304801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304801

Black with #304801

Text Example


Text Example

White with #304801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304801; }

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

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

background-color css

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

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

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

border-color css

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

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

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