Html Css Color HEX #304016 Turtle Green

📋 copy color: '#304016'

red 48 ◦ green 64 ◦ blue 22

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

Shades of Turtle Green #304016

Tints of Turtle Green #304016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.76%

 BLUE value IS 22 (8.98% from 255) = 16.42%

R = 35.82%
G = 47.76%
B = 16.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#304016 (or 0x304016) is known color: Turtle Green. HEX triplet: 30, 40 and 16. RGB value is (48,64,22). Sum of RGB (Red+Green+Blue) = 48+64+22=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #304016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304016 is #CFBFE9. Grayscale: #363636. Windows color (decimal): -13615082 or 1458224. OLE color: 1458224.

HSL color Cylindrical-coordinate representation of color #304016: hue angle of 82.86º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304016 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 22 -
CMYK 0.25 0 0.66 0.75
HSL 82.86º 0.49% 0.17% -
HSV(B) 82.86º 0.66% 0.25% -
XYZ 3.2 4.35 1.43 -
YUV 54.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 48 64 22 0.25 0 0.66 0.75 82.86 0.49 0.17
Hex 30 40 16 19 0 42 4B 53 31 11
Octal 60 100 26 31 0 102 113 123 61 21
Binary 110000 1000000 10110 11001 0 1000010 1001011 1010011 110001 10001

Color Harmonies of #304016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304016

Black with #304016

Text Example


Text Example

White with #304016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304016; }

 p { color: rgb(48,64,22); }

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

background-color css

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

 a { background-color: rgb(48,64,22); }

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

border-color css

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

 span { border-color: rgb(48,64,22); }

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