Html Css Color HEX #30340D Turtle Green

📋 copy color: '#30340D'

red 48 ◦ green 52 ◦ blue 13

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

Shades of Turtle Green #30340D

Tints of Turtle Green #30340D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.5%

R = 42.48%
G = 46.02%
B = 11.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#30340D (or 0x30340D) is known color: Turtle Green. HEX triplet: 30, 34 and 0D. RGB value is (48,52,13). Sum of RGB (Red+Green+Blue) = 48+52+13=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #30340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30340D is #CFCBF2. Grayscale: #2E2E2E. Windows color (decimal): -13618163 or 865328. OLE color: 865328.

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

Color convert

RGB 48 52 13 -
CMYK 0.08 0 0.75 0.80
HSL 66.15º 0.6% 0.13% -
HSV(B) 66.15º 0.75% 0.2% -
XYZ 2.52 3.11 0.85 -
YUV 46.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 48 52 13 0.08 0 0.75 0.80 66.15 0.6 0.13
Hex 30 34 D 8 0 4B 50 42 3C D
Octal 60 64 15 10 0 113 120 102 74 15
Binary 110000 110100 1101 1000 0 1001011 1010000 1000010 111100 1101

Color Harmonies of #30340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30340D

Black with #30340D

Text Example


Text Example

White with #30340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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