Html Css Color HEX #305A33 Parsley

📋 copy color: '#305A33'

red 48 ◦ green 90 ◦ blue 51

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

Shades of Parsley #305A33

Tints of Parsley #305A33

RGB

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

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

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

R = 25.4%
G = 47.62%
B = 26.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#305A33 (or 0x305A33) is known color: Parsley. HEX triplet: 30, 5A and 33. RGB value is (48,90,51). Sum of RGB (Red+Green+Blue) = 48+90+51=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #305A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A33 is #CFA5CC. Grayscale: #494949. Windows color (decimal): -13608397 or 3365424. OLE color: 3365424.

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

Color convert

RGB 48 90 51 -
CMYK 0.47 0 0.43 0.65
HSL 124.29º 0.3% 0.27% -
HSV(B) 124.29º 0.47% 0.35% -
XYZ 5.47 8.18 4.42 -
YUV 73 115.59 110.17 -
System Red Green Blue C M Y K H S L
Decimal 48 90 51 0.47 0 0.43 0.65 124.29 0.3 0.27
Hex 30 5A 33 2F 0 2B 41 7C 1E 1B
Octal 60 132 63 57 0 53 101 174 36 33
Binary 110000 1011010 110011 101111 0 101011 1000001 1111100 11110 11011

Color Harmonies of #305A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A33

Black with #305A33

Text Example


Text Example

White with #305A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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