Html Css Color HEX #30410E Turtle Green

📋 copy color: '#30410E'

red 48 ◦ green 65 ◦ blue 14

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

Shades of Turtle Green #30410E

Tints of Turtle Green #30410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.18%

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

R = 37.8%
G = 51.18%
B = 11.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#30410E (or 0x30410E) is known color: Turtle Green. HEX triplet: 30, 41 and 0E. RGB value is (48,65,14). Sum of RGB (Red+Green+Blue) = 48+65+14=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #30410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30410E is #CFBEF1. Grayscale: #363636. Windows color (decimal): -13614834 or 934192. OLE color: 934192.

HSL color Cylindrical-coordinate representation of color #30410E: hue angle of 80º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30410E is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 65 14 -
CMYK 0.26 0 0.78 0.75
HSL 80º 0.65% 0.15% -
HSV(B) 80º 0.78% 0.25% -
XYZ 3.19 4.44 1.1 -
YUV 54.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 48 65 14 0.26 0 0.78 0.75 80 0.65 0.15
Hex 30 41 E 1A 0 4E 4B 50 41 F
Octal 60 101 16 32 0 116 113 120 101 17
Binary 110000 1000001 1110 11010 0 1001110 1001011 1010000 1000001 1111

Color Harmonies of #30410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30410E

Black with #30410E

Text Example


Text Example

White with #30410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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