Html Css Color HEX #306132 Parsley

📋 copy color: '#306132'

red 48 ◦ green 97 ◦ blue 50

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

Shades of Parsley #306132

Tints of Parsley #306132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.74%

 BLUE value IS 50 (19.92% from 255) = 25.64%

R = 24.62%
G = 49.74%
B = 25.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#306132 (or 0x306132) is known color: Parsley. HEX triplet: 30, 61 and 32. RGB value is (48,97,50). Sum of RGB (Red+Green+Blue) = 48+97+50=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #306132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306132 is #CF9ECD. Grayscale: #4D4D4D. Windows color (decimal): -13606606 or 3301680. OLE color: 3301680.

HSL color Cylindrical-coordinate representation of color #306132: hue angle of 122.45º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306132 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 50 -
CMYK 0.51 0 0.48 0.62
HSL 122.45º 0.34% 0.28% -
HSV(B) 122.45º 0.51% 0.38% -
XYZ 6.07 9.41 4.51 -
YUV 76.99 112.77 107.32 -
System Red Green Blue C M Y K H S L
Decimal 48 97 50 0.51 0 0.48 0.62 122.45 0.34 0.28
Hex 30 61 32 33 0 30 3E 7A 22 1C
Octal 60 141 62 63 0 60 76 172 42 34
Binary 110000 1100001 110010 110011 0 110000 111110 1111010 100010 11100

Color Harmonies of #306132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306132

Black with #306132

Text Example


Text Example

White with #306132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306132; }

 p { color: rgb(48,97,50); }

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

background-color css

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

 a { background-color: rgb(48,97,50); }

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

border-color css

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

 span { border-color: rgb(48,97,50); }

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