Html Css Color HEX #303914 Turtle Green

📋 copy color: '#303914'

red 48 ◦ green 57 ◦ blue 20

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

Shades of Turtle Green #303914

Tints of Turtle Green #303914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.6%

 BLUE value IS 20 (8.2% from 255) = 16%

R = 38.4%
G = 45.6%
B = 16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#303914 (or 0x303914) is known color: Turtle Green. HEX triplet: 30, 39 and 14. RGB value is (48,57,20). Sum of RGB (Red+Green+Blue) = 48+57+20=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #303914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303914 is #CFC6EB. Grayscale: #323232. Windows color (decimal): -13616876 or 1325360. OLE color: 1325360.

HSL color Cylindrical-coordinate representation of color #303914: hue angle of 74.59º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303914 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 57 20 -
CMYK 0.16 0 0.65 0.78
HSL 74.59º 0.48% 0.15% -
HSV(B) 74.59º 0.65% 0.22% -
XYZ 2.81 3.61 1.21 -
YUV 50.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 48 57 20 0.16 0 0.65 0.78 74.59 0.48 0.15
Hex 30 39 14 10 0 41 4E 4B 30 F
Octal 60 71 24 20 0 101 116 113 60 17
Binary 110000 111001 10100 10000 0 1000001 1001110 1001011 110000 1111

Color Harmonies of #303914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303914

Black with #303914

Text Example


Text Example

White with #303914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303914; }

 p { color: rgb(48,57,20); }

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

background-color css

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

 a { background-color: rgb(48,57,20); }

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

border-color css

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

 span { border-color: rgb(48,57,20); }

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