Html Css Color HEX #303C14 Turtle Green

📋 copy color: '#303C14'

red 48 ◦ green 60 ◦ blue 20

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

Shades of Turtle Green #303C14

Tints of Turtle Green #303C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.88%

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

R = 37.5%
G = 46.88%
B = 15.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#303C14 (or 0x303C14) is known color: Turtle Green. HEX triplet: 30, 3C and 14. RGB value is (48,60,20). Sum of RGB (Red+Green+Blue) = 48+60+20=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 60 - color contains mainly: green. Hex color #303C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303C14 is #CFC3EB. Grayscale: #343434. Windows color (decimal): -13616108 or 1326128. OLE color: 1326128.

HSL color Cylindrical-coordinate representation of color #303C14: hue angle of 78º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303C14 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 60 20 -
CMYK 0.20 0 0.67 0.76
HSL 78º 0.5% 0.16% -
HSV(B) 78º 0.67% 0.24% -
XYZ 2.96 3.91 1.26 -
YUV 51.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 48 60 20 0.20 0 0.67 0.76 78 0.5 0.16
Hex 30 3C 14 14 0 43 4C 4E 32 10
Octal 60 74 24 24 0 103 114 116 62 20
Binary 110000 111100 10100 10100 0 1000011 1001100 1001110 110010 10000

Color Harmonies of #303C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C14

Black with #303C14

Text Example


Text Example

White with #303C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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