Html Css Color HEX #304C11 Turtle Green

📋 copy color: '#304C11'

red 48 ◦ green 76 ◦ blue 17

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

Shades of Turtle Green #304C11

Tints of Turtle Green #304C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 53.9%

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

R = 34.04%
G = 53.9%
B = 12.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#304C11 (or 0x304C11) is known color: Turtle Green. HEX triplet: 30, 4C and 11. RGB value is (48,76,17). Sum of RGB (Red+Green+Blue) = 48+76+17=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #304C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C11 is #CFB3EE. Grayscale: #3D3D3D. Windows color (decimal): -13612015 or 1133616. OLE color: 1133616.

HSL color Cylindrical-coordinate representation of color #304C11: hue angle of 88.47º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304C11 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 76 17 -
CMYK 0.37 0 0.78 0.70
HSL 88.47º 0.63% 0.18% -
HSV(B) 88.47º 0.78% 0.3% -
XYZ 3.9 5.84 1.45 -
YUV 60.9 103.22 118.8 -
System Red Green Blue C M Y K H S L
Decimal 48 76 17 0.37 0 0.78 0.70 88.47 0.63 0.18
Hex 30 4C 11 25 0 4E 46 58 3F 12
Octal 60 114 21 45 0 116 106 130 77 22
Binary 110000 1001100 10001 100101 0 1001110 1000110 1011000 111111 10010

Color Harmonies of #304C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C11

Black with #304C11

Text Example


Text Example

White with #304C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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