Html Css Color HEX #30602F Parsley

📋 copy color: '#30602F'

red 48 ◦ green 96 ◦ blue 47

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

Shades of Parsley #30602F

Tints of Parsley #30602F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.61%

R = 25.13%
G = 50.26%
B = 24.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#30602F (or 0x30602F) is known color: Parsley. HEX triplet: 30, 60 and 2F. RGB value is (48,96,47). Sum of RGB (Red+Green+Blue) = 48+96+47=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #30602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30602F is #CF9FD0. Grayscale: #4C4C4C. Windows color (decimal): -13606865 or 3104816. OLE color: 3104816.

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

Color convert

RGB 48 96 47 -
CMYK 0.50 0 0.51 0.62
HSL 118.78º 0.34% 0.28% -
HSV(B) 118.78º 0.51% 0.38% -
XYZ 5.91 9.2 4.15 -
YUV 76.06 111.6 107.98 -
System Red Green Blue C M Y K H S L
Decimal 48 96 47 0.50 0 0.51 0.62 118.78 0.34 0.28
Hex 30 60 2F 32 0 33 3E 77 22 1C
Octal 60 140 57 62 0 63 76 167 42 34
Binary 110000 1100000 101111 110010 0 110011 111110 1110111 100010 11100

Color Harmonies of #30602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30602F

Black with #30602F

Text Example


Text Example

White with #30602F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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