Html Css Color HEX #30410A Turtle Green

📋 copy color: '#30410A'

red 48 ◦ green 65 ◦ blue 10

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

Shades of Turtle Green #30410A

Tints of Turtle Green #30410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.13%

R = 39.02%
G = 52.85%
B = 8.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#30410A (or 0x30410A) is known color: Turtle Green. HEX triplet: 30, 41 and 0A. RGB value is (48,65,10). Sum of RGB (Red+Green+Blue) = 48+65+10=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #30410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30410A is #CFBEF5. Grayscale: #353535. Windows color (decimal): -13614838 or 672048. OLE color: 672048.

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

Color convert

RGB 48 65 10 -
CMYK 0.26 0 0.85 0.75
HSL 78.55º 0.73% 0.15% -
HSV(B) 78.55º 0.85% 0.25% -
XYZ 3.16 4.43 0.98 -
YUV 53.65 103.37 123.97 -
System Red Green Blue C M Y K H S L
Decimal 48 65 10 0.26 0 0.85 0.75 78.55 0.73 0.15
Hex 30 41 A 1A 0 55 4B 4F 49 F
Octal 60 101 12 32 0 125 113 117 111 17
Binary 110000 1000001 1010 11010 0 1010101 1001011 1001111 1001001 1111

Color Harmonies of #30410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30410A

Black with #30410A

Text Example


Text Example

White with #30410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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