Html Css Color HEX #304401 Turtle Green

📋 copy color: '#304401'

red 48 ◦ green 68 ◦ blue 1

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

Shades of Turtle Green #304401

Tints of Turtle Green #304401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 58.12%

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

R = 41.03%
G = 58.12%
B = 0.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#304401 (or 0x304401) is known color: Turtle Green. HEX triplet: 30, 44 and 01. RGB value is (48,68,1). Sum of RGB (Red+Green+Blue) = 48+68+1=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #304401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304401 is #CFBBFE. Grayscale: #363636. Windows color (decimal): -13614079 or 82992. OLE color: 82992.

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

Color convert

RGB 48 68 1 -
CMYK 0.29 0 0.99 0.73
HSL 77.91º 0.97% 0.14% -
HSV(B) 77.91º 0.99% 0.27% -
XYZ 3.29 4.76 0.77 -
YUV 54.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 48 68 1 0.29 0 0.99 0.73 77.91 0.97 0.14
Hex 30 44 1 1D 0 63 49 4E 61 E
Octal 60 104 1 35 0 143 111 116 141 16
Binary 110000 1000100 1 11101 0 1100011 1001001 1001110 1100001 1110

Color Harmonies of #304401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304401

Black with #304401

Text Example


Text Example

White with #304401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304401; }

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

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

background-color css

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

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

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

border-color css

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

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

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