Html Css Color HEX #303F12 Turtle Green

📋 copy color: '#303F12'

red 48 ◦ green 63 ◦ blue 18

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

Shades of Turtle Green #303F12

Tints of Turtle Green #303F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 37.21%
G = 48.84%
B = 13.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#303F12 (or 0x303F12) is known color: Turtle Green. HEX triplet: 30, 3F and 12. RGB value is (48,63,18). Sum of RGB (Red+Green+Blue) = 48+63+18=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 63 - color contains mainly: green. Hex color #303F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F12 is #CFC0ED. Grayscale: #353535. Windows color (decimal): -13615342 or 1195824. OLE color: 1195824.

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

Color convert

RGB 48 63 18 -
CMYK 0.24 0 0.71 0.75
HSL 80º 0.56% 0.16% -
HSV(B) 80º 0.71% 0.25% -
XYZ 3.11 4.23 1.22 -
YUV 53.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 48 63 18 0.24 0 0.71 0.75 80 0.56 0.16
Hex 30 3F 12 18 0 47 4B 50 38 10
Octal 60 77 22 30 0 107 113 120 70 20
Binary 110000 111111 10010 11000 0 1000111 1001011 1010000 111000 10000

Color Harmonies of #303F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F12

Black with #303F12

Text Example


Text Example

White with #303F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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