Html Css Color HEX #303D11 Turtle Green

📋 copy color: '#303D11'

red 48 ◦ green 61 ◦ blue 17

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

Shades of Turtle Green #303D11

Tints of Turtle Green #303D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 48.41%

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

R = 38.1%
G = 48.41%
B = 13.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.76

RGB Variations

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

Color information

#303D11 (or 0x303D11) is known color: Turtle Green. HEX triplet: 30, 3D and 11. RGB value is (48,61,17). Sum of RGB (Red+Green+Blue) = 48+61+17=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #303D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D11 is #CFC2EE. Grayscale: #343434. Windows color (decimal): -13615855 or 1129776. OLE color: 1129776.

HSL color Cylindrical-coordinate representation of color #303D11: hue angle of 77.73º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303D11 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 61 17 -
CMYK 0.21 0 0.72 0.76
HSL 77.73º 0.56% 0.15% -
HSV(B) 77.73º 0.72% 0.24% -
XYZ 2.99 4.01 1.15 -
YUV 52.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 48 61 17 0.21 0 0.72 0.76 77.73 0.56 0.15
Hex 30 3D 11 15 0 48 4C 4E 38 F
Octal 60 75 21 25 0 110 114 116 70 17
Binary 110000 111101 10001 10101 0 1001000 1001100 1001110 111000 1111

Color Harmonies of #303D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D11

Black with #303D11

Text Example


Text Example

White with #303D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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