Html Css Color HEX #306036 Parsley

📋 copy color: '#306036'

red 48 ◦ green 96 ◦ blue 54

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

Shades of Parsley #306036

Tints of Parsley #306036

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

 BLUE value IS 54 (21.48% from 255) = 27.27%

R = 24.24%
G = 48.48%
B = 27.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#306036 (or 0x306036) is known color: Parsley. HEX triplet: 30, 60 and 36. RGB value is (48,96,54). Sum of RGB (Red+Green+Blue) = 48+96+54=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #306036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306036 is #CF9FC9. Grayscale: #4C4C4C. Windows color (decimal): -13606858 or 3563568. OLE color: 3563568.

HSL color Cylindrical-coordinate representation of color #306036: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306036 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 54 -
CMYK 0.50 0 0.44 0.62
HSL 127.5º 0.33% 0.28% -
HSV(B) 127.5º 0.5% 0.38% -
XYZ 6.07 9.26 4.96 -
YUV 76.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 48 96 54 0.50 0 0.44 0.62 127.5 0.33 0.28
Hex 30 60 36 32 0 2C 3E 80 21 1C
Octal 60 140 66 62 0 54 76 200 41 34
Binary 110000 1100000 110110 110010 0 101100 111110 10000000 100001 11100

Color Harmonies of #306036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306036

Black with #306036

Text Example


Text Example

White with #306036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306036; }

 p { color: rgb(48,96,54); }

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

background-color css

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

 a { background-color: rgb(48,96,54); }

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

border-color css

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

 span { border-color: rgb(48,96,54); }

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