Html Css Color HEX #304C08 Turtle Green

📋 copy color: '#304C08'

red 48 ◦ green 76 ◦ blue 8

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

Shades of Turtle Green #304C08

Tints of Turtle Green #304C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.06%

R = 36.36%
G = 57.58%
B = 6.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.70

RGB Variations

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

Color information

#304C08 (or 0x304C08) is known color: Turtle Green. HEX triplet: 30, 4C and 08. RGB value is (48,76,8). Sum of RGB (Red+Green+Blue) = 48+76+8=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #304C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C08 is #CFB3F7. Grayscale: #3C3C3C. Windows color (decimal): -13612024 or 543792. OLE color: 543792.

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

Color convert

RGB 48 76 8 -
CMYK 0.37 0 0.89 0.70
HSL 84.71º 0.81% 0.16% -
HSV(B) 84.71º 0.89% 0.3% -
XYZ 3.85 5.81 1.15 -
YUV 59.88 98.72 119.53 -
System Red Green Blue C M Y K H S L
Decimal 48 76 8 0.37 0 0.89 0.70 84.71 0.81 0.16
Hex 30 4C 8 25 0 59 46 55 51 10
Octal 60 114 10 45 0 131 106 125 121 20
Binary 110000 1001100 1000 100101 0 1011001 1000110 1010101 1010001 10000

Color Harmonies of #304C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C08

Black with #304C08

Text Example


Text Example

White with #304C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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