Html Css Color HEX #30460E Turtle Green

📋 copy color: '#30460E'

red 48 ◦ green 70 ◦ blue 14

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

Shades of Turtle Green #30460E

Tints of Turtle Green #30460E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.61%

R = 36.36%
G = 53.03%
B = 10.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#30460E (or 0x30460E) is known color: Turtle Green. HEX triplet: 30, 46 and 0E. RGB value is (48,70,14). Sum of RGB (Red+Green+Blue) = 48+70+14=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #30460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30460E is #CFB9F1. Grayscale: #393939. Windows color (decimal): -13613554 or 935472. OLE color: 935472.

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

Color convert

RGB 48 70 14 -
CMYK 0.31 0 0.80 0.73
HSL 83.57º 0.67% 0.16% -
HSV(B) 83.57º 0.8% 0.27% -
XYZ 3.49 5.04 1.2 -
YUV 57.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 48 70 14 0.31 0 0.80 0.73 83.57 0.67 0.16
Hex 30 46 E 1F 0 50 49 54 43 10
Octal 60 106 16 37 0 120 111 124 103 20
Binary 110000 1000110 1110 11111 0 1010000 1001001 1010100 1000011 10000

Color Harmonies of #30460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30460E

Black with #30460E

Text Example


Text Example

White with #30460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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