Html Css Color HEX #303713 Turtle Green

📋 copy color: '#303713'

red 48 ◦ green 55 ◦ blue 19

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

Shades of Turtle Green #303713

Tints of Turtle Green #303713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.08%

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

R = 39.34%
G = 45.08%
B = 15.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#303713 (or 0x303713) is known color: Turtle Green. HEX triplet: 30, 37 and 13. RGB value is (48,55,19). Sum of RGB (Red+Green+Blue) = 48+55+19=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #303713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303713 is #CFC8EC. Grayscale: #303030. Windows color (decimal): -13617389 or 1259312. OLE color: 1259312.

HSL color Cylindrical-coordinate representation of color #303713: hue angle of 71.67º degrees, saturation: 0.49, 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 #303713 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 55 19 -
CMYK 0.13 0 0.65 0.78
HSL 71.67º 0.49% 0.15% -
HSV(B) 71.67º 0.65% 0.22% -
XYZ 2.7 3.41 1.13 -
YUV 48.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 48 55 19 0.13 0 0.65 0.78 71.67 0.49 0.15
Hex 30 37 13 D 0 41 4E 48 31 F
Octal 60 67 23 15 0 101 116 110 61 17
Binary 110000 110111 10011 1101 0 1000001 1001110 1001000 110001 1111

Color Harmonies of #303713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303713

Black with #303713

Text Example


Text Example

White with #303713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303713; }

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

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

background-color css

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

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

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

border-color css

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

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

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