Html Css Color HEX #305334 Parsley

📋 copy color: '#305334'

red 48 ◦ green 83 ◦ blue 52

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

Shades of Parsley #305334

Tints of Parsley #305334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 26.23%
G = 45.36%
B = 28.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#305334 (or 0x305334) is known color: Parsley. HEX triplet: 30, 53 and 34. RGB value is (48,83,52). Sum of RGB (Red+Green+Blue) = 48+83+52=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #305334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305334 is #CFACCB. Grayscale: #454545. Windows color (decimal): -13610188 or 3429168. OLE color: 3429168.

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

Color convert

RGB 48 83 52 -
CMYK 0.42 0 0.37 0.67
HSL 126.86º 0.27% 0.26% -
HSV(B) 126.86º 0.42% 0.33% -
XYZ 4.93 7.06 4.35 -
YUV 69 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 48 83 52 0.42 0 0.37 0.67 126.86 0.27 0.26
Hex 30 53 34 2A 0 25 43 7F 1B 1A
Octal 60 123 64 52 0 45 103 177 33 32
Binary 110000 1010011 110100 101010 0 100101 1000011 1111111 11011 11010

Color Harmonies of #305334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305334

Black with #305334

Text Example


Text Example

White with #305334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305334; }

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

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

background-color css

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

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

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

border-color css

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

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

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