Html Css Color HEX #304903 Turtle Green

📋 copy color: '#304903'

red 48 ◦ green 73 ◦ blue 3

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

Shades of Turtle Green #304903

Tints of Turtle Green #304903

RGB

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

 GREEN value IS 73 (28.91% from 255) = 58.87%

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

R = 38.71%
G = 58.87%
B = 2.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#304903 (or 0x304903) is known color: Turtle Green. HEX triplet: 30, 49 and 03. RGB value is (48,73,3). Sum of RGB (Red+Green+Blue) = 48+73+3=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #304903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304903 is #CFB6FC. Grayscale: #393939. Windows color (decimal): -13612797 or 215344. OLE color: 215344.

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

Color convert

RGB 48 73 3 -
CMYK 0.34 0 0.96 0.71
HSL 81.43º 0.92% 0.15% -
HSV(B) 81.43º 0.96% 0.29% -
XYZ 3.62 5.4 0.94 -
YUV 57.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 48 73 3 0.34 0 0.96 0.71 81.43 0.92 0.15
Hex 30 49 3 22 0 60 47 51 5C F
Octal 60 111 3 42 0 140 107 121 134 17
Binary 110000 1001001 11 100010 0 1100000 1000111 1010001 1011100 1111

Color Harmonies of #304903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304903

Black with #304903

Text Example


Text Example

White with #304903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304903; }

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

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

background-color css

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

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

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

border-color css

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

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

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