Html Css Color HEX #306230 Parsley

📋 copy color: '#306230'

red 48 ◦ green 98 ◦ blue 48

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

Shades of Parsley #306230

Tints of Parsley #306230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.52%

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 24.74%
G = 50.52%
B = 24.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#306230 (or 0x306230) is known color: Parsley. HEX triplet: 30, 62 and 30. RGB value is (48,98,48). Sum of RGB (Red+Green+Blue) = 48+98+48=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #306230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306230 is #CF9DCF. Grayscale: #4D4D4D. Windows color (decimal): -13606352 or 3170864. OLE color: 3170864.

HSL color Cylindrical-coordinate representation of color #306230: hue angle of 120º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306230 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 98 48 -
CMYK 0.51 0 0.51 0.62
HSL 120º 0.34% 0.29% -
HSV(B) 120º 0.51% 0.38% -
XYZ 6.12 9.58 4.32 -
YUV 77.35 111.44 107.07 -
System Red Green Blue C M Y K H S L
Decimal 48 98 48 0.51 0 0.51 0.62 120 0.34 0.29
Hex 30 62 30 33 0 33 3E 78 22 1D
Octal 60 142 60 63 0 63 76 170 42 35
Binary 110000 1100010 110000 110011 0 110011 111110 1111000 100010 11101

Color Harmonies of #306230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306230

Black with #306230

Text Example


Text Example

White with #306230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306230; }

 p { color: rgb(48,98,48); }

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

background-color css

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

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

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

border-color css

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

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

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