Html Css Color HEX #305332 Parsley

📋 copy color: '#305332'

red 48 ◦ green 83 ◦ blue 50

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

Shades of Parsley #305332

Tints of Parsley #305332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.86%

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

R = 26.52%
G = 45.86%
B = 27.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#305332 (or 0x305332) is known color: Parsley. HEX triplet: 30, 53 and 32. RGB value is (48,83,50). Sum of RGB (Red+Green+Blue) = 48+83+50=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #305332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305332 is #CFACCD. Grayscale: #444444. Windows color (decimal): -13610190 or 3298096. OLE color: 3298096.

HSL color Cylindrical-coordinate representation of color #305332: hue angle of 123.43º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #305332 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 50 -
CMYK 0.42 0 0.40 0.67
HSL 123.43º 0.27% 0.26% -
HSV(B) 123.43º 0.42% 0.33% -
XYZ 4.89 7.05 4.12 -
YUV 68.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 48 83 50 0.42 0 0.40 0.67 123.43 0.27 0.26
Hex 30 53 32 2A 0 28 43 7B 1B 1A
Octal 60 123 62 52 0 50 103 173 33 32
Binary 110000 1010011 110010 101010 0 101000 1000011 1111011 11011 11010

Color Harmonies of #305332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305332

Black with #305332

Text Example


Text Example

White with #305332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305332; }

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

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

background-color css

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

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

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

border-color css

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

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

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