Html Css Color HEX #304217 Turtle Green

📋 copy color: '#304217'

red 48 ◦ green 66 ◦ blue 23

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

Shades of Turtle Green #304217

Tints of Turtle Green #304217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.18%

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

R = 35.04%
G = 48.18%
B = 16.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#304217 (or 0x304217) is known color: Turtle Green. HEX triplet: 30, 42 and 17. RGB value is (48,66,23). Sum of RGB (Red+Green+Blue) = 48+66+23=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #304217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304217 is #CFBDE8. Grayscale: #373737. Windows color (decimal): -13614569 or 1524272. OLE color: 1524272.

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

Color convert

RGB 48 66 23 -
CMYK 0.27 0 0.65 0.74
HSL 85.12º 0.48% 0.17% -
HSV(B) 85.12º 0.65% 0.26% -
XYZ 3.32 4.59 1.52 -
YUV 55.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 48 66 23 0.27 0 0.65 0.74 85.12 0.48 0.17
Hex 30 42 17 1B 0 41 4A 55 30 11
Octal 60 102 27 33 0 101 112 125 60 21
Binary 110000 1000010 10111 11011 0 1000001 1001010 1010101 110000 10001

Color Harmonies of #304217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304217

Black with #304217

Text Example


Text Example

White with #304217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304217; }

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

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

background-color css

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

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

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

border-color css

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

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

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