Html Css Color HEX #304411 Turtle Green

📋 copy color: '#304411'

red 48 ◦ green 68 ◦ blue 17

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

Shades of Turtle Green #304411

Tints of Turtle Green #304411

RGB

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

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

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

R = 36.09%
G = 51.13%
B = 12.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#304411 (or 0x304411) is known color: Turtle Green. HEX triplet: 30, 44 and 11. RGB value is (48,68,17). Sum of RGB (Red+Green+Blue) = 48+68+17=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #304411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304411 is #CFBBEE. Grayscale: #383838. Windows color (decimal): -13614063 or 1131568. OLE color: 1131568.

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

Color convert

RGB 48 68 17 -
CMYK 0.29 0 0.75 0.73
HSL 83.53º 0.6% 0.17% -
HSV(B) 83.53º 0.75% 0.27% -
XYZ 3.39 4.8 1.28 -
YUV 56.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 48 68 17 0.29 0 0.75 0.73 83.53 0.6 0.17
Hex 30 44 11 1D 0 4B 49 54 3C 11
Octal 60 104 21 35 0 113 111 124 74 21
Binary 110000 1000100 10001 11101 0 1001011 1001001 1010100 111100 10001

Color Harmonies of #304411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304411

Black with #304411

Text Example


Text Example

White with #304411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304411; }

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

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

background-color css

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

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

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

border-color css

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

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

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