Html Css Color HEX #305330 Parsley

📋 copy color: '#305330'

red 48 ◦ green 83 ◦ blue 48

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

Shades of Parsley #305330

Tints of Parsley #305330

RGB

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

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

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

R = 26.82%
G = 46.37%
B = 26.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#305330 (or 0x305330) is known color: Parsley. HEX triplet: 30, 53 and 30. RGB value is (48,83,48). Sum of RGB (Red+Green+Blue) = 48+83+48=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #305330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305330 is #CFACCF. Grayscale: #444444. Windows color (decimal): -13610192 or 3167024. OLE color: 3167024.

HSL color Cylindrical-coordinate representation of color #305330: hue angle of 120º 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 #305330 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 48 -
CMYK 0.42 0 0.42 0.67
HSL 120º 0.27% 0.26% -
HSV(B) 120º 0.42% 0.33% -
XYZ 4.85 7.03 3.9 -
YUV 68.55 116.4 113.35 -
System Red Green Blue C M Y K H S L
Decimal 48 83 48 0.42 0 0.42 0.67 120 0.27 0.26
Hex 30 53 30 2A 0 2A 43 78 1B 1A
Octal 60 123 60 52 0 52 103 170 33 32
Binary 110000 1010011 110000 101010 0 101010 1000011 1111000 11011 11010

Color Harmonies of #305330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305330

Black with #305330

Text Example


Text Example

White with #305330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305330; }

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

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

background-color css

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

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

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

border-color css

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

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

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