Html Css Color HEX #304114 Turtle Green

📋 copy color: '#304114'

red 48 ◦ green 65 ◦ blue 20

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

Shades of Turtle Green #304114

Tints of Turtle Green #304114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.04%

R = 36.09%
G = 48.87%
B = 15.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#304114 (or 0x304114) is known color: Turtle Green. HEX triplet: 30, 41 and 14. RGB value is (48,65,20). Sum of RGB (Red+Green+Blue) = 48+65+20=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #304114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304114 is #CFBEEB. Grayscale: #363636. Windows color (decimal): -13614828 or 1327408. OLE color: 1327408.

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

Color convert

RGB 48 65 20 -
CMYK 0.26 0 0.69 0.75
HSL 82.67º 0.53% 0.17% -
HSV(B) 82.67º 0.69% 0.25% -
XYZ 3.24 4.46 1.35 -
YUV 54.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 48 65 20 0.26 0 0.69 0.75 82.67 0.53 0.17
Hex 30 41 14 1A 0 45 4B 53 35 11
Octal 60 101 24 32 0 105 113 123 65 21
Binary 110000 1000001 10100 11010 0 1000101 1001011 1010011 110101 10001

Color Harmonies of #304114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304114

Black with #304114

Text Example


Text Example

White with #304114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304114; }

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

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

background-color css

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

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

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

border-color css

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

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

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