Html Css Color HEX #304615 Turtle Green

📋 copy color: '#304615'

red 48 ◦ green 70 ◦ blue 21

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

Shades of Turtle Green #304615

Tints of Turtle Green #304615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.11%

R = 34.53%
G = 50.36%
B = 15.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#304615 (or 0x304615) is known color: Turtle Green. HEX triplet: 30, 46 and 15. RGB value is (48,70,21). Sum of RGB (Red+Green+Blue) = 48+70+21=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #304615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304615 is #CFB9EA. Grayscale: #3A3A3A. Windows color (decimal): -13613547 or 1394224. OLE color: 1394224.

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

Color convert

RGB 48 70 21 -
CMYK 0.31 0 0.70 0.73
HSL 86.94º 0.54% 0.18% -
HSV(B) 86.94º 0.7% 0.27% -
XYZ 3.54 5.06 1.5 -
YUV 57.84 107.21 120.98 -
System Red Green Blue C M Y K H S L
Decimal 48 70 21 0.31 0 0.70 0.73 86.94 0.54 0.18
Hex 30 46 15 1F 0 46 49 57 36 12
Octal 60 106 25 37 0 106 111 127 66 22
Binary 110000 1000110 10101 11111 0 1000110 1001001 1010111 110110 10010

Color Harmonies of #304615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304615

Black with #304615

Text Example


Text Example

White with #304615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304615; }

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

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

background-color css

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

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

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

border-color css

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

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

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