Html Css Color HEX #303415 Turtle Green

📋 copy color: '#303415'

red 48 ◦ green 52 ◦ blue 21

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

Shades of Turtle Green #303415

Tints of Turtle Green #303415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.98%

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

R = 39.67%
G = 42.98%
B = 17.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#303415 (or 0x303415) is known color: Turtle Green. HEX triplet: 30, 34 and 15. RGB value is (48,52,21). Sum of RGB (Red+Green+Blue) = 48+52+21=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #303415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303415 is #CFCBEA. Grayscale: #2F2F2F. Windows color (decimal): -13618155 or 1389616. OLE color: 1389616.

HSL color Cylindrical-coordinate representation of color #303415: hue angle of 67.74º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #303415 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 21 -
CMYK 0.08 0 0.60 0.80
HSL 67.74º 0.42% 0.14% -
HSV(B) 67.74º 0.6% 0.2% -
XYZ 2.58 3.14 1.18 -
YUV 47.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 48 52 21 0.08 0 0.60 0.80 67.74 0.42 0.14
Hex 30 34 15 8 0 3C 50 44 2A E
Octal 60 64 25 10 0 74 120 104 52 16
Binary 110000 110100 10101 1000 0 111100 1010000 1000100 101010 1110

Color Harmonies of #303415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303415

Black with #303415

Text Example


Text Example

White with #303415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303415; }

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

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

background-color css

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

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

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

border-color css

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

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

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