Html Css Color HEX #305A31 Parsley

📋 copy color: '#305A31'

red 48 ◦ green 90 ◦ blue 49

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

Shades of Parsley #305A31

Tints of Parsley #305A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.13%

 BLUE value IS 49 (19.53% from 255) = 26.2%

R = 25.67%
G = 48.13%
B = 26.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#305A31 (or 0x305A31) is known color: Parsley. HEX triplet: 30, 5A and 31. RGB value is (48,90,49). Sum of RGB (Red+Green+Blue) = 48+90+49=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #305A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A31 is #CFA5CE. Grayscale: #484848. Windows color (decimal): -13608399 or 3234352. OLE color: 3234352.

HSL color Cylindrical-coordinate representation of color #305A31: hue angle of 121.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A31 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 49 -
CMYK 0.47 0 0.46 0.65
HSL 121.43º 0.3% 0.27% -
HSV(B) 121.43º 0.47% 0.35% -
XYZ 5.43 8.16 4.2 -
YUV 72.77 114.59 110.33 -
System Red Green Blue C M Y K H S L
Decimal 48 90 49 0.47 0 0.46 0.65 121.43 0.3 0.27
Hex 30 5A 31 2F 0 2E 41 79 1E 1B
Octal 60 132 61 57 0 56 101 171 36 33
Binary 110000 1011010 110001 101111 0 101110 1000001 1111001 11110 11011

Color Harmonies of #305A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A31

Black with #305A31

Text Example


Text Example

White with #305A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A31; }

 p { color: rgb(48,90,49); }

 H1.HeaderClassName
 {
   color: #305A31;
 }
 .AnyTagClassName
 {
   color: #305A31;
 }
</style>

background-color css

<style>
 a { background-color: #305A31; }

 a { background-color: rgb(48,90,49); }

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

border-color css

<style>
 span { border-color: #305A31; }

 span { border-color: rgb(48,90,49); }

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