Html Css Color HEX #30410D Turtle Green

📋 copy color: '#30410D'

red 48 ◦ green 65 ◦ blue 13

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

Shades of Turtle Green #30410D

Tints of Turtle Green #30410D

RGB

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

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

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

R = 38.1%
G = 51.59%
B = 10.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#30410D (or 0x30410D) is known color: Turtle Green. HEX triplet: 30, 41 and 0D. RGB value is (48,65,13). Sum of RGB (Red+Green+Blue) = 48+65+13=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #30410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30410D is #CFBEF2. Grayscale: #363636. Windows color (decimal): -13614835 or 868656. OLE color: 868656.

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

Color convert

RGB 48 65 13 -
CMYK 0.26 0 0.80 0.75
HSL 79.62º 0.67% 0.15% -
HSV(B) 79.62º 0.8% 0.25% -
XYZ 3.18 4.44 1.07 -
YUV 53.99 104.87 123.73 -
System Red Green Blue C M Y K H S L
Decimal 48 65 13 0.26 0 0.80 0.75 79.62 0.67 0.15
Hex 30 41 D 1A 0 50 4B 50 43 F
Octal 60 101 15 32 0 120 113 120 103 17
Binary 110000 1000001 1101 11010 0 1010000 1001011 1010000 1000011 1111

Color Harmonies of #30410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30410D

Black with #30410D

Text Example


Text Example

White with #30410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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