Html Css Color HEX #303513 Turtle Green

📋 copy color: '#303513'

red 48 ◦ green 53 ◦ blue 19

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

Shades of Turtle Green #303513

Tints of Turtle Green #303513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.17%

 BLUE value IS 19 (7.81% from 255) = 15.83%

R = 40%
G = 44.17%
B = 15.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#303513 (or 0x303513) is known color: Turtle Green. HEX triplet: 30, 35 and 13. RGB value is (48,53,19). Sum of RGB (Red+Green+Blue) = 48+53+19=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #303513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303513 is #CFCAEC. Grayscale: #2F2F2F. Windows color (decimal): -13617901 or 1258800. OLE color: 1258800.

HSL color Cylindrical-coordinate representation of color #303513: hue angle of 68.82º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303513 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 53 19 -
CMYK 0.09 0 0.64 0.79
HSL 68.82º 0.47% 0.14% -
HSV(B) 68.82º 0.64% 0.21% -
XYZ 2.61 3.22 1.1 -
YUV 47.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 48 53 19 0.09 0 0.64 0.79 68.82 0.47 0.14
Hex 30 35 13 9 0 40 4F 45 2F E
Octal 60 65 23 11 0 100 117 105 57 16
Binary 110000 110101 10011 1001 0 1000000 1001111 1000101 101111 1110

Color Harmonies of #303513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303513

Black with #303513

Text Example


Text Example

White with #303513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303513; }

 p { color: rgb(48,53,19); }

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

background-color css

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

 a { background-color: rgb(48,53,19); }

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

border-color css

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

 span { border-color: rgb(48,53,19); }

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