Html Css Color HEX #303F14 Turtle Green

📋 copy color: '#303F14'

red 48 ◦ green 63 ◦ blue 20

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

Shades of Turtle Green #303F14

Tints of Turtle Green #303F14

RGB

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

 GREEN value IS 63 (25% from 255) = 48.09%

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

R = 36.64%
G = 48.09%
B = 15.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#303F14 (or 0x303F14) is known color: Turtle Green. HEX triplet: 30, 3F and 14. RGB value is (48,63,20). Sum of RGB (Red+Green+Blue) = 48+63+20=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #303F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F14 is #CFC0EB. Grayscale: #353535. Windows color (decimal): -13615340 or 1326896. OLE color: 1326896.

HSL color Cylindrical-coordinate representation of color #303F14: hue angle of 80.93º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303F14 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 63 20 -
CMYK 0.24 0 0.68 0.75
HSL 80.93º 0.52% 0.16% -
HSV(B) 80.93º 0.68% 0.25% -
XYZ 3.12 4.23 1.31 -
YUV 53.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 48 63 20 0.24 0 0.68 0.75 80.93 0.52 0.16
Hex 30 3F 14 18 0 44 4B 51 34 10
Octal 60 77 24 30 0 104 113 121 64 20
Binary 110000 111111 10100 11000 0 1000100 1001011 1010001 110100 10000

Color Harmonies of #303F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F14

Black with #303F14

Text Example


Text Example

White with #303F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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