Html Css Color HEX #303413 Turtle Green

📋 copy color: '#303413'

red 48 ◦ green 52 ◦ blue 19

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

Shades of Turtle Green #303413

Tints of Turtle Green #303413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 40.34%
G = 43.7%
B = 15.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#303413 (or 0x303413) is known color: Turtle Green. HEX triplet: 30, 34 and 13. RGB value is (48,52,19). Sum of RGB (Red+Green+Blue) = 48+52+19=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #303413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303413 is #CFCBEC. Grayscale: #2F2F2F. Windows color (decimal): -13618157 or 1258544. OLE color: 1258544.

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

Color convert

RGB 48 52 19 -
CMYK 0.08 0 0.63 0.80
HSL 67.27º 0.46% 0.14% -
HSV(B) 67.27º 0.63% 0.2% -
XYZ 2.56 3.13 1.09 -
YUV 47.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 48 52 19 0.08 0 0.63 0.80 67.27 0.46 0.14
Hex 30 34 13 8 0 3F 50 43 2E E
Octal 60 64 23 10 0 77 120 103 56 16
Binary 110000 110100 10011 1000 0 111111 1010000 1000011 101110 1110

Color Harmonies of #303413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303413

Black with #303413

Text Example


Text Example

White with #303413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303413; }

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

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

background-color css

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

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

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

border-color css

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

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

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