Html Css Color HEX #30410B Turtle Green

📋 copy color: '#30410B'

red 48 ◦ green 65 ◦ blue 11

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

Shades of Turtle Green #30410B

Tints of Turtle Green #30410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.87%

R = 38.71%
G = 52.42%
B = 8.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#30410B (or 0x30410B) is known color: Turtle Green. HEX triplet: 30, 41 and 0B. RGB value is (48,65,11). Sum of RGB (Red+Green+Blue) = 48+65+11=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #30410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30410B is #CFBEF4. Grayscale: #353535. Windows color (decimal): -13614837 or 737584. OLE color: 737584.

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

Color convert

RGB 48 65 11 -
CMYK 0.26 0 0.83 0.75
HSL 78.89º 0.71% 0.15% -
HSV(B) 78.89º 0.83% 0.25% -
XYZ 3.17 4.43 1.01 -
YUV 53.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 48 65 11 0.26 0 0.83 0.75 78.89 0.71 0.15
Hex 30 41 B 1A 0 53 4B 4F 47 F
Octal 60 101 13 32 0 123 113 117 107 17
Binary 110000 1000001 1011 11010 0 1010011 1001011 1001111 1000111 1111

Color Harmonies of #30410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30410B

Black with #30410B

Text Example


Text Example

White with #30410B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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