Html Css Color HEX #30552F Parsley

📋 copy color: '#30552F'

red 48 ◦ green 85 ◦ blue 47

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

Shades of Parsley #30552F

Tints of Parsley #30552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.22%

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 26.67%
G = 47.22%
B = 26.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#30552F (or 0x30552F) is known color: Parsley. HEX triplet: 30, 55 and 2F. RGB value is (48,85,47). Sum of RGB (Red+Green+Blue) = 48+85+47=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #30552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30552F is #CFAAD0. Grayscale: #454545. Windows color (decimal): -13609681 or 3102000. OLE color: 3102000.

HSL color Cylindrical-coordinate representation of color #30552F: hue angle of 118.42º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30552F is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 47 -
CMYK 0.44 0 0.45 0.67
HSL 118.42º 0.29% 0.26% -
HSV(B) 118.42º 0.45% 0.33% -
XYZ 4.98 7.33 3.84 -
YUV 69.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 48 85 47 0.44 0 0.45 0.67 118.42 0.29 0.26
Hex 30 55 2F 2C 0 2D 43 76 1D 1A
Octal 60 125 57 54 0 55 103 166 35 32
Binary 110000 1010101 101111 101100 0 101101 1000011 1110110 11101 11010

Color Harmonies of #30552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30552F

Black with #30552F

Text Example


Text Example

White with #30552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,85,47); }

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

background-color css

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

 a { background-color: rgb(48,85,47); }

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

border-color css

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

 span { border-color: rgb(48,85,47); }

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