Html Css Color HEX #304110 Turtle Green

📋 copy color: '#304110'

red 48 ◦ green 65 ◦ blue 16

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

Shades of Turtle Green #304110

Tints of Turtle Green #304110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.4%

R = 37.21%
G = 50.39%
B = 12.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#304110 (or 0x304110) is known color: Turtle Green. HEX triplet: 30, 41 and 10. RGB value is (48,65,16). Sum of RGB (Red+Green+Blue) = 48+65+16=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #304110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304110 is #CFBEEF. Grayscale: #363636. Windows color (decimal): -13614832 or 1065264. OLE color: 1065264.

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

Color convert

RGB 48 65 16 -
CMYK 0.26 0 0.75 0.75
HSL 80.82º 0.6% 0.16% -
HSV(B) 80.82º 0.75% 0.25% -
XYZ 3.2 4.45 1.18 -
YUV 54.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 48 65 16 0.26 0 0.75 0.75 80.82 0.6 0.16
Hex 30 41 10 1A 0 4B 4B 51 3C 10
Octal 60 101 20 32 0 113 113 121 74 20
Binary 110000 1000001 10000 11010 0 1001011 1001011 1010001 111100 10000

Color Harmonies of #304110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304110

Black with #304110

Text Example


Text Example

White with #304110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304110; }

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

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

background-color css

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

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

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

border-color css

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

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

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