Html Css Color HEX #305019 Seaweed

📋 copy color: '#305019'

red 48 ◦ green 80 ◦ blue 25

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

Shades of Seaweed #305019

Tints of Seaweed #305019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.29%

 BLUE value IS 25 (10.16% from 255) = 16.34%

R = 31.37%
G = 52.29%
B = 16.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#305019 (or 0x305019) is known color: Seaweed. HEX triplet: 30, 50 and 19. RGB value is (48,80,25). Sum of RGB (Red+Green+Blue) = 48+80+25=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #305019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305019 is #CFAFE6. Grayscale: #404040. Windows color (decimal): -13610983 or 1658928. OLE color: 1658928.

HSL color Cylindrical-coordinate representation of color #305019: hue angle of 94.91º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #305019 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 25 -
CMYK 0.40 0 0.69 0.69
HSL 94.91º 0.52% 0.21% -
HSV(B) 94.91º 0.69% 0.31% -
XYZ 4.26 6.44 1.94 -
YUV 64.16 105.9 116.47 -
System Red Green Blue C M Y K H S L
Decimal 48 80 25 0.40 0 0.69 0.69 94.91 0.52 0.21
Hex 30 50 19 28 0 45 45 5F 34 15
Octal 60 120 31 50 0 105 105 137 64 25
Binary 110000 1010000 11001 101000 0 1000101 1000101 1011111 110100 10101

Color Harmonies of #305019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305019

Black with #305019

Text Example


Text Example

White with #305019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305019; }

 p { color: rgb(48,80,25); }

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

background-color css

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

 a { background-color: rgb(48,80,25); }

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

border-color css

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

 span { border-color: rgb(48,80,25); }

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