Html Css Color HEX #305132 Parsley

📋 copy color: '#305132'

red 48 ◦ green 81 ◦ blue 50

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

Shades of Parsley #305132

Tints of Parsley #305132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.25%

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

R = 26.82%
G = 45.25%
B = 27.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#305132 (or 0x305132) is known color: Parsley. HEX triplet: 30, 51 and 32. RGB value is (48,81,50). Sum of RGB (Red+Green+Blue) = 48+81+50=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #305132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305132 is #CFAECD. Grayscale: #434343. Windows color (decimal): -13610702 or 3297584. OLE color: 3297584.

HSL color Cylindrical-coordinate representation of color #305132: hue angle of 123.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305132 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 81 50 -
CMYK 0.41 0 0.38 0.68
HSL 123.64º 0.26% 0.25% -
HSV(B) 123.64º 0.41% 0.32% -
XYZ 4.74 6.74 4.07 -
YUV 67.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 48 81 50 0.41 0 0.38 0.68 123.64 0.26 0.25
Hex 30 51 32 29 0 26 44 7C 1A 19
Octal 60 121 62 51 0 46 104 174 32 31
Binary 110000 1010001 110010 101001 0 100110 1000100 1111100 11010 11001

Color Harmonies of #305132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305132

Black with #305132

Text Example


Text Example

White with #305132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305132; }

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

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

background-color css

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

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

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

border-color css

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

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

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