Html Css Color HEX #304119 Turtle Green

📋 copy color: '#304119'

red 48 ◦ green 65 ◦ blue 25

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

Shades of Turtle Green #304119

Tints of Turtle Green #304119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.12%

R = 34.78%
G = 47.1%
B = 18.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#304119 (or 0x304119) is known color: Turtle Green. HEX triplet: 30, 41 and 19. RGB value is (48,65,25). Sum of RGB (Red+Green+Blue) = 48+65+25=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #304119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304119 is #CFBEE6. Grayscale: #373737. Windows color (decimal): -13614823 or 1655088. OLE color: 1655088.

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

Color convert

RGB 48 65 25 -
CMYK 0.26 0 0.62 0.75
HSL 85.5º 0.44% 0.18% -
HSV(B) 85.5º 0.62% 0.25% -
XYZ 3.28 4.48 1.61 -
YUV 55.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 48 65 25 0.26 0 0.62 0.75 85.5 0.44 0.18
Hex 30 41 19 1A 0 3E 4B 56 2C 12
Octal 60 101 31 32 0 76 113 126 54 22
Binary 110000 1000001 11001 11010 0 111110 1001011 1010110 101100 10010

Color Harmonies of #304119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304119

Black with #304119

Text Example


Text Example

White with #304119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304119; }

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

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

background-color css

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

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

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

border-color css

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

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

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