Html Css Color HEX #2F5B30 Parsley

📋 copy color: '#2F5B30'

red 47 ◦ green 91 ◦ blue 48

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

Shades of Parsley #2F5B30

Tints of Parsley #2F5B30

RGB

 RED value IS 47 (18.75% from 255) = 25.27%

 GREEN value IS 91 (35.94% from 255) = 48.92%

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 25.27%
G = 48.92%
B = 25.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#2F5B30 (or 0x2F5B30) is known color: Parsley. HEX triplet: 2F, 5B and 30. RGB value is (47,91,48). Sum of RGB (Red+Green+Blue) = 47+91+48=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #2F5B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5B30 is #D0A4CF. Grayscale: #494949. Windows color (decimal): -13673680 or 3169071. OLE color: 3169071.

HSL color Cylindrical-coordinate representation of color #2F5B30: hue angle of 121.36º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5B30 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 91 48 -
CMYK 0.48 0 0.47 0.64
HSL 121.36º 0.32% 0.27% -
HSV(B) 121.36º 0.48% 0.36% -
XYZ 5.45 8.3 4.11 -
YUV 72.94 113.92 109.5 -
System Red Green Blue C M Y K H S L
Decimal 47 91 48 0.48 0 0.47 0.64 121.36 0.32 0.27
Hex 2F 5B 30 30 0 2F 40 79 20 1B
Octal 57 133 60 60 0 57 100 171 40 33
Binary 101111 1011011 110000 110000 0 101111 1000000 1111001 100000 11011

Color Harmonies of #2F5B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5B30

Black with #2F5B30

Text Example


Text Example

White with #2F5B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F5B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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