Html Css Color HEX #304510 Turtle Green

📋 copy color: '#304510'

red 48 ◦ green 69 ◦ blue 16

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

Shades of Turtle Green #304510

Tints of Turtle Green #304510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 36.09%
G = 51.88%
B = 12.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#304510 (or 0x304510) is known color: Turtle Green. HEX triplet: 30, 45 and 10. RGB value is (48,69,16). Sum of RGB (Red+Green+Blue) = 48+69+16=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #304510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304510 is #CFBAEF. Grayscale: #383838. Windows color (decimal): -13613808 or 1066288. OLE color: 1066288.

HSL color Cylindrical-coordinate representation of color #304510: hue angle of 83.77º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #304510 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 16 -
CMYK 0.30 0 0.77 0.73
HSL 83.77º 0.62% 0.17% -
HSV(B) 83.77º 0.77% 0.27% -
XYZ 3.44 4.92 1.26 -
YUV 56.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 48 69 16 0.30 0 0.77 0.73 83.77 0.62 0.17
Hex 30 45 10 1E 0 4D 49 54 3E 11
Octal 60 105 20 36 0 115 111 124 76 21
Binary 110000 1000101 10000 11110 0 1001101 1001001 1010100 111110 10001

Color Harmonies of #304510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304510

Black with #304510

Text Example


Text Example

White with #304510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304510; }

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

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

background-color css

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

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

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

border-color css

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

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

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