Html Css Color HEX #30582C Parsley

📋 copy color: '#30582C'

red 48 ◦ green 88 ◦ blue 44

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

Shades of Parsley #30582C

Tints of Parsley #30582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.89%

 BLUE value IS 44 (17.58% from 255) = 24.44%

R = 26.67%
G = 48.89%
B = 24.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#30582C (or 0x30582C) is known color: Parsley. HEX triplet: 30, 58 and 2C. RGB value is (48,88,44). Sum of RGB (Red+Green+Blue) = 48+88+44=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #30582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30582C is #CFA7D3. Grayscale: #474747. Windows color (decimal): -13608916 or 2906160. OLE color: 2906160.

HSL color Cylindrical-coordinate representation of color #30582C: hue angle of 114.55º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30582C is Cyan = 0.45, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 44 -
CMYK 0.45 0 0.5 0.65
HSL 114.55º 0.33% 0.26% -
HSV(B) 114.55º 0.5% 0.35% -
XYZ 5.16 7.79 3.61 -
YUV 71.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 48 88 44 0.45 0 0.5 0.65 114.55 0.33 0.26
Hex 30 58 2C 2D 0 32 41 73 21 1A
Octal 60 130 54 55 0 62 101 163 41 32
Binary 110000 1011000 101100 101101 0 110010 1000001 1110011 100001 11010

Color Harmonies of #30582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30582C

Black with #30582C

Text Example


Text Example

White with #30582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30582C; }

 p { color: rgb(48,88,44); }

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

background-color css

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

 a { background-color: rgb(48,88,44); }

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

border-color css

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

 span { border-color: rgb(48,88,44); }

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