Html Css Color HEX #304600 Turtle Green

📋 copy color: '#304600'

red 48 ◦ green 70 ◦ blue 0

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

Shades of Turtle Green #304600

Tints of Turtle Green #304600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 59.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.68%
G = 59.32%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#304600 (or 0x304600) is known color: Turtle Green. HEX triplet: 30, 46 and 00. RGB value is (48,70,0). Sum of RGB (Red+Green+Blue) = 48+70+0=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #304600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304600 is #CFB9FF. Grayscale: #373737. Windows color (decimal): -13613568 or 17968. OLE color: 17968.

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

Color convert

RGB 48 70 0 -
CMYK 0.31 0 1 0.73
HSL 78.86º 1% 0.14% -
HSV(B) 78.86º 1% 0.27% -
XYZ 3.41 5.01 0.79 -
YUV 55.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 48 70 0 0.31 0 1 0.73 78.86 1 0.14
Hex 30 46 0 1F 0 64 49 4F 64 E
Octal 60 106 0 37 0 144 111 117 144 16
Binary 110000 1000110 0 11111 0 1100100 1001001 1001111 1100100 1110

Color Harmonies of #304600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304600

Black with #304600

Text Example


Text Example

White with #304600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304600; }

 p { color: rgb(48,70,0); }

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

background-color css

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

 a { background-color: rgb(48,70,0); }

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

border-color css

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

 span { border-color: rgb(48,70,0); }

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