Html Css Color HEX #30460D Turtle Green

📋 copy color: '#30460D'

red 48 ◦ green 70 ◦ blue 13

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

Shades of Turtle Green #30460D

Tints of Turtle Green #30460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.44%

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

R = 36.64%
G = 53.44%
B = 9.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#30460D (or 0x30460D) is known color: Turtle Green. HEX triplet: 30, 46 and 0D. RGB value is (48,70,13). Sum of RGB (Red+Green+Blue) = 48+70+13=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #30460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30460D is #CFB9F2. Grayscale: #393939. Windows color (decimal): -13613555 or 869936. OLE color: 869936.

HSL color Cylindrical-coordinate representation of color #30460D: hue angle of 83.16º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30460D is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 13 -
CMYK 0.31 0 0.81 0.73
HSL 83.16º 0.69% 0.16% -
HSV(B) 83.16º 0.81% 0.27% -
XYZ 3.48 5.04 1.17 -
YUV 56.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 48 70 13 0.31 0 0.81 0.73 83.16 0.69 0.16
Hex 30 46 D 1F 0 51 49 53 45 10
Octal 60 106 15 37 0 121 111 123 105 20
Binary 110000 1000110 1101 11111 0 1010001 1001001 1010011 1000101 10000

Color Harmonies of #30460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30460D

Black with #30460D

Text Example


Text Example

White with #30460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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