Html Css Color HEX #306332 Parsley

📋 copy color: '#306332'

red 48 ◦ green 99 ◦ blue 50

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

Shades of Parsley #306332

Tints of Parsley #306332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.25%

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

R = 24.37%
G = 50.25%
B = 25.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#306332 (or 0x306332) is known color: Parsley. HEX triplet: 30, 63 and 32. RGB value is (48,99,50). Sum of RGB (Red+Green+Blue) = 48+99+50=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #306332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306332 is #CF9CCD. Grayscale: #4E4E4E. Windows color (decimal): -13606094 or 3302192. OLE color: 3302192.

HSL color Cylindrical-coordinate representation of color #306332: hue angle of 122.35º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306332 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 50 -
CMYK 0.52 0 0.49 0.61
HSL 122.35º 0.35% 0.29% -
HSV(B) 122.35º 0.52% 0.39% -
XYZ 6.26 9.78 4.58 -
YUV 78.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 48 99 50 0.52 0 0.49 0.61 122.35 0.35 0.29
Hex 30 63 32 34 0 31 3D 7A 23 1D
Octal 60 143 62 64 0 61 75 172 43 35
Binary 110000 1100011 110010 110100 0 110001 111101 1111010 100011 11101

Color Harmonies of #306332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306332

Black with #306332

Text Example


Text Example

White with #306332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306332; }

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

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

background-color css

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

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

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

border-color css

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

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

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