Html Css Color HEX #30592D Parsley

📋 copy color: '#30592D'

red 48 ◦ green 89 ◦ blue 45

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

Shades of Parsley #30592D

Tints of Parsley #30592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.9%

 BLUE value IS 45 (17.97% from 255) = 24.73%

R = 26.37%
G = 48.9%
B = 24.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#30592D (or 0x30592D) is known color: Parsley. HEX triplet: 30, 59 and 2D. RGB value is (48,89,45). Sum of RGB (Red+Green+Blue) = 48+89+45=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #30592D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30592D is #CFA6D2. Grayscale: #474747. Windows color (decimal): -13608659 or 2971952. OLE color: 2971952.

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

Color convert

RGB 48 89 45 -
CMYK 0.46 0 0.49 0.65
HSL 115.91º 0.33% 0.26% -
HSV(B) 115.91º 0.49% 0.35% -
XYZ 5.26 7.96 3.74 -
YUV 71.73 112.92 111.08 -
System Red Green Blue C M Y K H S L
Decimal 48 89 45 0.46 0 0.49 0.65 115.91 0.33 0.26
Hex 30 59 2D 2E 0 31 41 74 21 1A
Octal 60 131 55 56 0 61 101 164 41 32
Binary 110000 1011001 101101 101110 0 110001 1000001 1110100 100001 11010

Color Harmonies of #30592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30592D

Black with #30592D

Text Example


Text Example

White with #30592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30592D; }

 p { color: rgb(48,89,45); }

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

background-color css

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

 a { background-color: rgb(48,89,45); }

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

border-color css

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

 span { border-color: rgb(48,89,45); }

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