Html Css Color HEX #304803 Turtle Green

📋 copy color: '#304803'

red 48 ◦ green 72 ◦ blue 3

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

Shades of Turtle Green #304803

Tints of Turtle Green #304803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.54%

 BLUE value IS 3 (1.56% from 255) = 2.44%

R = 39.02%
G = 58.54%
B = 2.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#304803 (or 0x304803) is known color: Turtle Green. HEX triplet: 30, 48 and 03. RGB value is (48,72,3). Sum of RGB (Red+Green+Blue) = 48+72+3=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #304803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304803 is #CFB7FC. Grayscale: #393939. Windows color (decimal): -13613053 or 215088. OLE color: 215088.

HSL color Cylindrical-coordinate representation of color #304803: hue angle of 80.87º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #304803 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 3 -
CMYK 0.33 0 0.96 0.72
HSL 80.87º 0.92% 0.15% -
HSV(B) 80.87º 0.96% 0.28% -
XYZ 3.55 5.27 0.92 -
YUV 56.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 48 72 3 0.33 0 0.96 0.72 80.87 0.92 0.15
Hex 30 48 3 21 0 60 48 51 5C F
Octal 60 110 3 41 0 140 110 121 134 17
Binary 110000 1001000 11 100001 0 1100000 1001000 1010001 1011100 1111

Color Harmonies of #304803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304803

Black with #304803

Text Example


Text Example

White with #304803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304803; }

 p { color: rgb(48,72,3); }

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

background-color css

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

 a { background-color: rgb(48,72,3); }

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

border-color css

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

 span { border-color: rgb(48,72,3); }

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