Html Css Color HEX #304B16 Seaweed

📋 copy color: '#304B16'

red 48 ◦ green 75 ◦ blue 22

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

Shades of Seaweed #304B16

Tints of Seaweed #304B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 51.72%

 BLUE value IS 22 (8.98% from 255) = 15.17%

R = 33.1%
G = 51.72%
B = 15.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#304B16 (or 0x304B16) is known color: Seaweed. HEX triplet: 30, 4B and 16. RGB value is (48,75,22). Sum of RGB (Red+Green+Blue) = 48+75+22=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #304B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B16 is #CFB4E9. Grayscale: #3D3D3D. Windows color (decimal): -13612266 or 1461040. OLE color: 1461040.

HSL color Cylindrical-coordinate representation of color #304B16: hue angle of 90.57º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304B16 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 75 22 -
CMYK 0.36 0 0.71 0.71
HSL 90.57º 0.55% 0.19% -
HSV(B) 90.57º 0.71% 0.29% -
XYZ 3.88 5.72 1.66 -
YUV 60.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 48 75 22 0.36 0 0.71 0.71 90.57 0.55 0.19
Hex 30 4B 16 24 0 47 47 5B 37 13
Octal 60 113 26 44 0 107 107 133 67 23
Binary 110000 1001011 10110 100100 0 1000111 1000111 1011011 110111 10011

Color Harmonies of #304B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B16

Black with #304B16

Text Example


Text Example

White with #304B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,75,22); }

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

background-color css

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

 a { background-color: rgb(48,75,22); }

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

border-color css

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

 span { border-color: rgb(48,75,22); }

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