Html Css Color HEX #303711 Turtle Green

📋 copy color: '#303711'

red 48 ◦ green 55 ◦ blue 17

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

Shades of Turtle Green #303711

Tints of Turtle Green #303711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.17%

R = 40%
G = 45.83%
B = 14.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#303711 (or 0x303711) is known color: Turtle Green. HEX triplet: 30, 37 and 11. RGB value is (48,55,17). Sum of RGB (Red+Green+Blue) = 48+55+17=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #303711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303711 is #CFC8EE. Grayscale: #303030. Windows color (decimal): -13617391 or 1128240. OLE color: 1128240.

HSL color Cylindrical-coordinate representation of color #303711: hue angle of 71.05º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303711 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 55 17 -
CMYK 0.13 0 0.69 0.78
HSL 71.05º 0.53% 0.14% -
HSV(B) 71.05º 0.69% 0.22% -
XYZ 2.69 3.4 1.05 -
YUV 48.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 48 55 17 0.13 0 0.69 0.78 71.05 0.53 0.14
Hex 30 37 11 D 0 45 4E 47 35 E
Octal 60 67 21 15 0 105 116 107 65 16
Binary 110000 110111 10001 1101 0 1000101 1001110 1000111 110101 1110

Color Harmonies of #303711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303711

Black with #303711

Text Example


Text Example

White with #303711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303711; }

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

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

background-color css

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

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

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

border-color css

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

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

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