Html Css Color HEX #306034 Parsley

📋 copy color: '#306034'

red 48 ◦ green 96 ◦ blue 52

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

Shades of Parsley #306034

Tints of Parsley #306034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.53%

R = 24.49%
G = 48.98%
B = 26.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#306034 (or 0x306034) is known color: Parsley. HEX triplet: 30, 60 and 34. RGB value is (48,96,52). Sum of RGB (Red+Green+Blue) = 48+96+52=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #306034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306034 is #CF9FCB. Grayscale: #4C4C4C. Windows color (decimal): -13606860 or 3432496. OLE color: 3432496.

HSL color Cylindrical-coordinate representation of color #306034: hue angle of 125º 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 #306034 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 52 -
CMYK 0.50 0 0.46 0.62
HSL 125º 0.33% 0.28% -
HSV(B) 125º 0.5% 0.38% -
XYZ 6.02 9.24 4.72 -
YUV 76.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 48 96 52 0.50 0 0.46 0.62 125 0.33 0.28
Hex 30 60 34 32 0 2E 3E 7D 21 1C
Octal 60 140 64 62 0 56 76 175 41 34
Binary 110000 1100000 110100 110010 0 101110 111110 1111101 100001 11100

Color Harmonies of #306034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306034

Black with #306034

Text Example


Text Example

White with #306034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306034; }

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

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

background-color css

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

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

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

border-color css

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

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

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