Html Css Color HEX #305033 Parsley

📋 copy color: '#305033'

red 48 ◦ green 80 ◦ blue 51

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

Shades of Parsley #305033

Tints of Parsley #305033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.69%

 BLUE value IS 51 (20.31% from 255) = 28.49%

R = 26.82%
G = 44.69%
B = 28.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#305033 (or 0x305033) is known color: Parsley. HEX triplet: 30, 50 and 33. RGB value is (48,80,51). Sum of RGB (Red+Green+Blue) = 48+80+51=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #305033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305033 is #CFAFCC. Grayscale: #434343. Windows color (decimal): -13610957 or 3362864. OLE color: 3362864.

HSL color Cylindrical-coordinate representation of color #305033: hue angle of 125.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #305033 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 51 -
CMYK 0.40 0 0.36 0.69
HSL 125.63º 0.25% 0.25% -
HSV(B) 125.63º 0.4% 0.31% -
XYZ 4.69 6.6 4.16 -
YUV 67.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 48 80 51 0.40 0 0.36 0.69 125.63 0.25 0.25
Hex 30 50 33 28 0 24 45 7E 19 19
Octal 60 120 63 50 0 44 105 176 31 31
Binary 110000 1010000 110011 101000 0 100100 1000101 1111110 11001 11001

Color Harmonies of #305033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305033

Black with #305033

Text Example


Text Example

White with #305033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305033; }

 p { color: rgb(48,80,51); }

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

background-color css

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

 a { background-color: rgb(48,80,51); }

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

border-color css

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

 span { border-color: rgb(48,80,51); }

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