Html Css Color HEX #30612E Parsley

📋 copy color: '#30612E'

red 48 ◦ green 97 ◦ blue 46

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

Shades of Parsley #30612E

Tints of Parsley #30612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.79%

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

R = 25.13%
G = 50.79%
B = 24.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#30612E (or 0x30612E) is known color: Parsley. HEX triplet: 30, 61 and 2E. RGB value is (48,97,46). Sum of RGB (Red+Green+Blue) = 48+97+46=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #30612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30612E is #CF9ED1. Grayscale: #4C4C4C. Windows color (decimal): -13606610 or 3039536. OLE color: 3039536.

HSL color Cylindrical-coordinate representation of color #30612E: hue angle of 117.65º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30612E is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 46 -
CMYK 0.51 0 0.53 0.62
HSL 117.65º 0.36% 0.28% -
HSV(B) 117.65º 0.53% 0.38% -
XYZ 5.99 9.38 4.08 -
YUV 76.54 110.77 107.65 -
System Red Green Blue C M Y K H S L
Decimal 48 97 46 0.51 0 0.53 0.62 117.65 0.36 0.28
Hex 30 61 2E 33 0 35 3E 76 24 1C
Octal 60 141 56 63 0 65 76 166 44 34
Binary 110000 1100001 101110 110011 0 110101 111110 1110110 100100 11100

Color Harmonies of #30612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30612E

Black with #30612E

Text Example


Text Example

White with #30612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30612E; }

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

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

background-color css

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

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

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

border-color css

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

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

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