Html Css Color HEX #303F15 Turtle Green

📋 copy color: '#303F15'

red 48 ◦ green 63 ◦ blue 21

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

Shades of Turtle Green #303F15

Tints of Turtle Green #303F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.91%

R = 36.36%
G = 47.73%
B = 15.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#303F15 (or 0x303F15) is known color: Turtle Green. HEX triplet: 30, 3F and 15. RGB value is (48,63,21). Sum of RGB (Red+Green+Blue) = 48+63+21=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #303F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F15 is #CFC0EA. Grayscale: #353535. Windows color (decimal): -13615339 or 1392432. OLE color: 1392432.

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

Color convert

RGB 48 63 21 -
CMYK 0.24 0 0.67 0.75
HSL 81.43º 0.5% 0.16% -
HSV(B) 81.43º 0.67% 0.25% -
XYZ 3.13 4.24 1.36 -
YUV 53.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 48 63 21 0.24 0 0.67 0.75 81.43 0.5 0.16
Hex 30 3F 15 18 0 43 4B 51 32 10
Octal 60 77 25 30 0 103 113 121 62 20
Binary 110000 111111 10101 11000 0 1000011 1001011 1010001 110010 10000

Color Harmonies of #303F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F15

Black with #303F15

Text Example


Text Example

White with #303F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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