Html Css Color HEX #305333 Parsley

📋 copy color: '#305333'

red 48 ◦ green 83 ◦ blue 51

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

Shades of Parsley #305333

Tints of Parsley #305333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 26.37%
G = 45.6%
B = 28.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#305333 (or 0x305333) is known color: Parsley. HEX triplet: 30, 53 and 33. RGB value is (48,83,51). Sum of RGB (Red+Green+Blue) = 48+83+51=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #305333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305333 is #CFACCC. Grayscale: #444444. Windows color (decimal): -13610189 or 3363632. OLE color: 3363632.

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

Color convert

RGB 48 83 51 -
CMYK 0.42 0 0.39 0.67
HSL 125.14º 0.27% 0.26% -
HSV(B) 125.14º 0.42% 0.33% -
XYZ 4.91 7.05 4.23 -
YUV 68.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 48 83 51 0.42 0 0.39 0.67 125.14 0.27 0.26
Hex 30 53 33 2A 0 27 43 7D 1B 1A
Octal 60 123 63 52 0 47 103 175 33 32
Binary 110000 1010011 110011 101010 0 100111 1000011 1111101 11011 11010

Color Harmonies of #305333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305333

Black with #305333

Text Example


Text Example

White with #305333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305333; }

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

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

background-color css

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

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

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

border-color css

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

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

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