Html Css Color HEX #304113 Turtle Green

📋 copy color: '#304113'

red 48 ◦ green 65 ◦ blue 19

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

Shades of Turtle Green #304113

Tints of Turtle Green #304113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 36.36%
G = 49.24%
B = 14.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#304113 (or 0x304113) is known color: Turtle Green. HEX triplet: 30, 41 and 13. RGB value is (48,65,19). Sum of RGB (Red+Green+Blue) = 48+65+19=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #304113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304113 is #CFBEEC. Grayscale: #363636. Windows color (decimal): -13614829 or 1261872. OLE color: 1261872.

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

Color convert

RGB 48 65 19 -
CMYK 0.26 0 0.71 0.75
HSL 82.17º 0.55% 0.16% -
HSV(B) 82.17º 0.71% 0.25% -
XYZ 3.23 4.46 1.31 -
YUV 54.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 48 65 19 0.26 0 0.71 0.75 82.17 0.55 0.16
Hex 30 41 13 1A 0 47 4B 52 37 10
Octal 60 101 23 32 0 107 113 122 67 20
Binary 110000 1000001 10011 11010 0 1000111 1001011 1010010 110111 10000

Color Harmonies of #304113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304113

Black with #304113

Text Example


Text Example

White with #304113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304113; }

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

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

background-color css

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

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

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

border-color css

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

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

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