Html Css Color HEX #304417 Turtle Green

📋 copy color: '#304417'

red 48 ◦ green 68 ◦ blue 23

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

Shades of Turtle Green #304417

Tints of Turtle Green #304417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.92%

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

R = 34.53%
G = 48.92%
B = 16.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#304417 (or 0x304417) is known color: Turtle Green. HEX triplet: 30, 44 and 17. RGB value is (48,68,23). Sum of RGB (Red+Green+Blue) = 48+68+23=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #304417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304417 is #CFBBE8. Grayscale: #393939. Windows color (decimal): -13614057 or 1524784. OLE color: 1524784.

HSL color Cylindrical-coordinate representation of color #304417: hue angle of 86.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304417 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 68 23 -
CMYK 0.29 0 0.66 0.73
HSL 86.67º 0.49% 0.18% -
HSV(B) 86.67º 0.66% 0.27% -
XYZ 3.44 4.82 1.56 -
YUV 56.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 48 68 23 0.29 0 0.66 0.73 86.67 0.49 0.18
Hex 30 44 17 1D 0 42 49 57 31 12
Octal 60 104 27 35 0 102 111 127 61 22
Binary 110000 1000100 10111 11101 0 1000010 1001001 1010111 110001 10010

Color Harmonies of #304417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304417

Black with #304417

Text Example


Text Example

White with #304417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304417; }

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

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

background-color css

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

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

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

border-color css

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

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

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