Html Css Color HEX #30510D Turtle Green

📋 copy color: '#30510D'

red 48 ◦ green 81 ◦ blue 13

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

Shades of Turtle Green #30510D

Tints of Turtle Green #30510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 57.04%

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

R = 33.8%
G = 57.04%
B = 9.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#30510D (or 0x30510D) is known color: Turtle Green. HEX triplet: 30, 51 and 0D. RGB value is (48,81,13). Sum of RGB (Red+Green+Blue) = 48+81+13=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #30510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30510D is #CFAEF2. Grayscale: #3F3F3F. Windows color (decimal): -13610739 or 872752. OLE color: 872752.

HSL color Cylindrical-coordinate representation of color #30510D: hue angle of 89.12º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30510D is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 81 13 -
CMYK 0.41 0 0.84 0.68
HSL 89.12º 0.72% 0.18% -
HSV(B) 89.12º 0.84% 0.32% -
XYZ 4.23 6.54 1.42 -
YUV 63.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 48 81 13 0.41 0 0.84 0.68 89.12 0.72 0.18
Hex 30 51 D 29 0 54 44 59 48 12
Octal 60 121 15 51 0 124 104 131 110 22
Binary 110000 1010001 1101 101001 0 1010100 1000100 1011001 1001000 10010

Color Harmonies of #30510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30510D

Black with #30510D

Text Example


Text Example

White with #30510D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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