Html Css Color HEX #30602C Parsley

📋 copy color: '#30602C'

red 48 ◦ green 96 ◦ blue 44

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

Shades of Parsley #30602C

Tints of Parsley #30602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.06%

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 25.53%
G = 51.06%
B = 23.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#30602C (or 0x30602C) is known color: Parsley. HEX triplet: 30, 60 and 2C. RGB value is (48,96,44). Sum of RGB (Red+Green+Blue) = 48+96+44=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #30602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30602C is #CF9FD3. Grayscale: #4B4B4B. Windows color (decimal): -13606868 or 2908208. OLE color: 2908208.

HSL color Cylindrical-coordinate representation of color #30602C: hue angle of 115.38º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30602C is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 44 -
CMYK 0.50 0 0.54 0.62
HSL 115.38º 0.37% 0.27% -
HSV(B) 115.38º 0.54% 0.38% -
XYZ 5.86 9.18 3.85 -
YUV 75.72 110.1 108.23 -
System Red Green Blue C M Y K H S L
Decimal 48 96 44 0.50 0 0.54 0.62 115.38 0.37 0.27
Hex 30 60 2C 32 0 36 3E 73 25 1B
Octal 60 140 54 62 0 66 76 163 45 33
Binary 110000 1100000 101100 110010 0 110110 111110 1110011 100101 11011

Color Harmonies of #30602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30602C

Black with #30602C

Text Example


Text Example

White with #30602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30602C; }

 p { color: rgb(48,96,44); }

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

background-color css

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

 a { background-color: rgb(48,96,44); }

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

border-color css

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

 span { border-color: rgb(48,96,44); }

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