Html Css Color HEX #303F10 Turtle Green

📋 copy color: '#303F10'

red 48 ◦ green 63 ◦ blue 16

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

Shades of Turtle Green #303F10

Tints of Turtle Green #303F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 37.8%
G = 49.61%
B = 12.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#303F10 (or 0x303F10) is known color: Turtle Green. HEX triplet: 30, 3F and 10. RGB value is (48,63,16). Sum of RGB (Red+Green+Blue) = 48+63+16=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #303F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F10 is #CFC0EF. Grayscale: #353535. Windows color (decimal): -13615344 or 1064752. OLE color: 1064752.

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

Color convert

RGB 48 63 16 -
CMYK 0.24 0 0.75 0.75
HSL 79.15º 0.59% 0.15% -
HSV(B) 79.15º 0.75% 0.25% -
XYZ 3.09 4.22 1.14 -
YUV 53.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 48 63 16 0.24 0 0.75 0.75 79.15 0.59 0.15
Hex 30 3F 10 18 0 4B 4B 4F 3B F
Octal 60 77 20 30 0 113 113 117 73 17
Binary 110000 111111 10000 11000 0 1001011 1001011 1001111 111011 1111

Color Harmonies of #303F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F10

Black with #303F10

Text Example


Text Example

White with #303F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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