Html Css Color HEX #305A2E Parsley

📋 copy color: '#305A2E'

red 48 ◦ green 90 ◦ blue 46

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

Shades of Parsley #305A2E

Tints of Parsley #305A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.91%

 BLUE value IS 46 (18.36% from 255) = 25%

R = 26.09%
G = 48.91%
B = 25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#305A2E (or 0x305A2E) is known color: Parsley. HEX triplet: 30, 5A and 2E. RGB value is (48,90,46). Sum of RGB (Red+Green+Blue) = 48+90+46=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #305A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A2E is #CFA5D1. Grayscale: #484848. Windows color (decimal): -13608402 or 3037744. OLE color: 3037744.

HSL color Cylindrical-coordinate representation of color #305A2E: hue angle of 117.27º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305A2E is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 90 46 -
CMYK 0.47 0 0.49 0.65
HSL 117.27º 0.32% 0.27% -
HSV(B) 117.27º 0.49% 0.35% -
XYZ 5.37 8.14 3.87 -
YUV 72.43 113.09 110.58 -
System Red Green Blue C M Y K H S L
Decimal 48 90 46 0.47 0 0.49 0.65 117.27 0.32 0.27
Hex 30 5A 2E 2F 0 31 41 75 20 1B
Octal 60 132 56 57 0 61 101 165 40 33
Binary 110000 1011010 101110 101111 0 110001 1000001 1110101 100000 11011

Color Harmonies of #305A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A2E

Black with #305A2E

Text Example


Text Example

White with #305A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A2E; }

 p { color: rgb(48,90,46); }

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

background-color css

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

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

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

border-color css

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

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

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