Html Css Color HEX #304500 Turtle Green

📋 copy color: '#304500'

red 48 ◦ green 69 ◦ blue 0

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

Shades of Turtle Green #304500

Tints of Turtle Green #304500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 58.97%

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

R = 41.03%
G = 58.97%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#304500 (or 0x304500) is known color: Turtle Green. HEX triplet: 30, 45 and 00. RGB value is (48,69,0). Sum of RGB (Red+Green+Blue) = 48+69+0=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #304500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304500 is #CFBAFF. Grayscale: #373737. Windows color (decimal): -13613824 or 17712. OLE color: 17712.

HSL color Cylindrical-coordinate representation of color #304500: hue angle of 78.26º 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 #304500 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 0 -
CMYK 0.30 0 1 0.73
HSL 78.26º 1% 0.14% -
HSV(B) 78.26º 1% 0.27% -
XYZ 3.35 4.88 0.77 -
YUV 54.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 48 69 0 0.30 0 1 0.73 78.26 1 0.14
Hex 30 45 0 1E 0 64 49 4E 64 E
Octal 60 105 0 36 0 144 111 116 144 16
Binary 110000 1000101 0 11110 0 1100100 1001001 1001110 1100100 1110

Color Harmonies of #304500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304500

Black with #304500

Text Example


Text Example

White with #304500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304500; }

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

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

background-color css

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

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

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

border-color css

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

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

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