Html Css Color HEX #304211 Turtle Green

📋 copy color: '#304211'

red 48 ◦ green 66 ◦ blue 17

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

Shades of Turtle Green #304211

Tints of Turtle Green #304211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.98%

R = 36.64%
G = 50.38%
B = 12.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#304211 (or 0x304211) is known color: Turtle Green. HEX triplet: 30, 42 and 11. RGB value is (48,66,17). Sum of RGB (Red+Green+Blue) = 48+66+17=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #304211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304211 is #CFBDEE. Grayscale: #373737. Windows color (decimal): -13614575 or 1131056. OLE color: 1131056.

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

Color convert

RGB 48 66 17 -
CMYK 0.27 0 0.74 0.74
HSL 82.04º 0.59% 0.16% -
HSV(B) 82.04º 0.74% 0.26% -
XYZ 3.27 4.57 1.24 -
YUV 55.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 48 66 17 0.27 0 0.74 0.74 82.04 0.59 0.16
Hex 30 42 11 1B 0 4A 4A 52 3B 10
Octal 60 102 21 33 0 112 112 122 73 20
Binary 110000 1000010 10001 11011 0 1001010 1001010 1010010 111011 10000

Color Harmonies of #304211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304211

Black with #304211

Text Example


Text Example

White with #304211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304211; }

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

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

background-color css

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

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

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

border-color css

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

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

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