Html Css Color HEX #30530F Seaweed

📋 copy color: '#30530F'

red 48 ◦ green 83 ◦ blue 15

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

Shades of Seaweed #30530F

Tints of Seaweed #30530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.85%

 BLUE value IS 15 (6.25% from 255) = 10.27%

R = 32.88%
G = 56.85%
B = 10.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#30530F (or 0x30530F) is known color: Seaweed. HEX triplet: 30, 53 and 0F. RGB value is (48,83,15). Sum of RGB (Red+Green+Blue) = 48+83+15=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #30530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30530F is #CFACF0. Grayscale: #414141. Windows color (decimal): -13610225 or 1004336. OLE color: 1004336.

HSL color Cylindrical-coordinate representation of color #30530F: hue angle of 90.88º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30530F is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 15 -
CMYK 0.42 0 0.82 0.67
HSL 90.88º 0.69% 0.19% -
HSV(B) 90.88º 0.82% 0.33% -
XYZ 4.4 6.85 1.54 -
YUV 64.78 99.9 116.03 -
System Red Green Blue C M Y K H S L
Decimal 48 83 15 0.42 0 0.82 0.67 90.88 0.69 0.19
Hex 30 53 F 2A 0 52 43 5B 45 13
Octal 60 123 17 52 0 122 103 133 105 23
Binary 110000 1010011 1111 101010 0 1010010 1000011 1011011 1000101 10011

Color Harmonies of #30530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30530F

Black with #30530F

Text Example


Text Example

White with #30530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30530F; }

 p { color: rgb(48,83,15); }

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

background-color css

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

 a { background-color: rgb(48,83,15); }

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

border-color css

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

 span { border-color: rgb(48,83,15); }

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