Html Css Color HEX #304D06 Turtle Green

📋 copy color: '#304D06'

red 48 ◦ green 77 ◦ blue 6

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

Shades of Turtle Green #304D06

Tints of Turtle Green #304D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 58.78%

 BLUE value IS 6 (2.73% from 255) = 4.58%

R = 36.64%
G = 58.78%
B = 4.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#304D06 (or 0x304D06) is known color: Turtle Green. HEX triplet: 30, 4D and 06. RGB value is (48,77,6). Sum of RGB (Red+Green+Blue) = 48+77+6=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #304D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304D06 is #CFB2F9. Grayscale: #3C3C3C. Windows color (decimal): -13611770 or 412976. OLE color: 412976.

HSL color Cylindrical-coordinate representation of color #304D06: hue angle of 84.51º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #304D06 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 77 6 -
CMYK 0.38 0 0.92 0.70
HSL 84.51º 0.86% 0.16% -
HSV(B) 84.51º 0.92% 0.3% -
XYZ 3.91 5.95 1.11 -
YUV 60.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 48 77 6 0.38 0 0.92 0.70 84.51 0.86 0.16
Hex 30 4D 6 26 0 5C 46 55 56 10
Octal 60 115 6 46 0 134 106 125 126 20
Binary 110000 1001101 110 100110 0 1011100 1000110 1010101 1010110 10000

Color Harmonies of #304D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D06

Black with #304D06

Text Example


Text Example

White with #304D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,77,6); }

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

background-color css

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

 a { background-color: rgb(48,77,6); }

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

border-color css

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

 span { border-color: rgb(48,77,6); }

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