Html Css Color HEX #304117 Turtle Green

📋 copy color: '#304117'

red 48 ◦ green 65 ◦ blue 23

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

Shades of Turtle Green #304117

Tints of Turtle Green #304117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 35.29%
G = 47.79%
B = 16.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#304117 (or 0x304117) is known color: Turtle Green. HEX triplet: 30, 41 and 17. RGB value is (48,65,23). Sum of RGB (Red+Green+Blue) = 48+65+23=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #304117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304117 is #CFBEE8. Grayscale: #373737. Windows color (decimal): -13614825 or 1524016. OLE color: 1524016.

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

Color convert

RGB 48 65 23 -
CMYK 0.26 0 0.65 0.75
HSL 84.29º 0.48% 0.17% -
HSV(B) 84.29º 0.65% 0.25% -
XYZ 3.26 4.47 1.5 -
YUV 55.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 48 65 23 0.26 0 0.65 0.75 84.29 0.48 0.17
Hex 30 41 17 1A 0 41 4B 54 30 11
Octal 60 101 27 32 0 101 113 124 60 21
Binary 110000 1000001 10111 11010 0 1000001 1001011 1010100 110000 10001

Color Harmonies of #304117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304117

Black with #304117

Text Example


Text Example

White with #304117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304117; }

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

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

background-color css

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

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

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

border-color css

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

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

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