Html Css Color HEX #303410 Turtle Green

📋 copy color: '#303410'

red 48 ◦ green 52 ◦ blue 16

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

Shades of Turtle Green #303410

Tints of Turtle Green #303410

RGB

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

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

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

R = 41.38%
G = 44.83%
B = 13.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.80

RGB Variations

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

Color information

#303410 (or 0x303410) is known color: Turtle Green. HEX triplet: 30, 34 and 10. RGB value is (48,52,16). Sum of RGB (Red+Green+Blue) = 48+52+16=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #303410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303410 is #CFCBEF. Grayscale: #2E2E2E. Windows color (decimal): -13618160 or 1061936. OLE color: 1061936.

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

Color convert

RGB 48 52 16 -
CMYK 0.08 0 0.69 0.80
HSL 66.67º 0.53% 0.13% -
HSV(B) 66.67º 0.69% 0.2% -
XYZ 2.54 3.12 0.96 -
YUV 46.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 48 52 16 0.08 0 0.69 0.80 66.67 0.53 0.13
Hex 30 34 10 8 0 45 50 43 35 D
Octal 60 64 20 10 0 105 120 103 65 15
Binary 110000 110100 10000 1000 0 1000101 1010000 1000011 110101 1101

Color Harmonies of #303410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303410

Black with #303410

Text Example


Text Example

White with #303410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303410; }

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

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

background-color css

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

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

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

border-color css

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

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

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