Html Css Color HEX #30410F Turtle Green

📋 copy color: '#30410F'

red 48 ◦ green 65 ◦ blue 15

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

Shades of Turtle Green #30410F

Tints of Turtle Green #30410F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.72%

R = 37.5%
G = 50.78%
B = 11.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#30410F (or 0x30410F) is known color: Turtle Green. HEX triplet: 30, 41 and 0F. RGB value is (48,65,15). Sum of RGB (Red+Green+Blue) = 48+65+15=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #30410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30410F is #CFBEF0. Grayscale: #363636. Windows color (decimal): -13614833 or 999728. OLE color: 999728.

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

Color convert

RGB 48 65 15 -
CMYK 0.26 0 0.77 0.75
HSL 80.4º 0.63% 0.16% -
HSV(B) 80.4º 0.77% 0.25% -
XYZ 3.2 4.44 1.14 -
YUV 54.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 48 65 15 0.26 0 0.77 0.75 80.4 0.63 0.16
Hex 30 41 F 1A 0 4D 4B 50 3E 10
Octal 60 101 17 32 0 115 113 120 76 20
Binary 110000 1000001 1111 11010 0 1001101 1001011 1010000 111110 10000

Color Harmonies of #30410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30410F

Black with #30410F

Text Example


Text Example

White with #30410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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