Html Css Color HEX #305430 Parsley

📋 copy color: '#305430'

red 48 ◦ green 84 ◦ blue 48

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

Shades of Parsley #305430

Tints of Parsley #305430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.67%

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

R = 26.67%
G = 46.67%
B = 26.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#305430 (or 0x305430) is known color: Parsley. HEX triplet: 30, 54 and 30. RGB value is (48,84,48). Sum of RGB (Red+Green+Blue) = 48+84+48=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #305430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305430 is #CFABCF. Grayscale: #454545. Windows color (decimal): -13609936 or 3167280. OLE color: 3167280.

HSL color Cylindrical-coordinate representation of color #305430: 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.43%. Process color model (Four color, CMYK) of #305430 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 48 -
CMYK 0.43 0 0.43 0.67
HSL 120º 0.27% 0.26% -
HSV(B) 120º 0.43% 0.33% -
XYZ 4.92 7.18 3.92 -
YUV 69.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 48 84 48 0.43 0 0.43 0.67 120 0.27 0.26
Hex 30 54 30 2B 0 2B 43 78 1B 1A
Octal 60 124 60 53 0 53 103 170 33 32
Binary 110000 1010100 110000 101011 0 101011 1000011 1111000 11011 11010

Color Harmonies of #305430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305430

Black with #305430

Text Example


Text Example

White with #305430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305430; }

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

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

background-color css

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

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

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

border-color css

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

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

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