Html Css Color HEX #30552D Parsley

📋 copy color: '#30552D'

red 48 ◦ green 85 ◦ blue 45

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

Shades of Parsley #30552D

Tints of Parsley #30552D

RGB

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

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

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

R = 26.97%
G = 47.75%
B = 25.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#30552D (or 0x30552D) is known color: Parsley. HEX triplet: 30, 55 and 2D. RGB value is (48,85,45). Sum of RGB (Red+Green+Blue) = 48+85+45=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #30552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30552D is #CFAAD2. Grayscale: #454545. Windows color (decimal): -13609683 or 2970928. OLE color: 2970928.

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

Color convert

RGB 48 85 45 -
CMYK 0.44 0 0.47 0.67
HSL 115.5º 0.31% 0.25% -
HSV(B) 115.5º 0.47% 0.33% -
XYZ 4.94 7.31 3.63 -
YUV 69.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 48 85 45 0.44 0 0.47 0.67 115.5 0.31 0.25
Hex 30 55 2D 2C 0 2F 43 74 1F 19
Octal 60 125 55 54 0 57 103 164 37 31
Binary 110000 1010101 101101 101100 0 101111 1000011 1110100 11111 11001

Color Harmonies of #30552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30552D

Black with #30552D

Text Example


Text Example

White with #30552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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