Html Css Color HEX #2F622F Parsley

📋 copy color: '#2F622F'

red 47 ◦ green 98 ◦ blue 47

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

Shades of Parsley #2F622F

Tints of Parsley #2F622F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.04%

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

R = 24.48%
G = 51.04%
B = 24.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#2F622F (or 0x2F622F) is known color: Parsley. HEX triplet: 2F, 62 and 2F. RGB value is (47,98,47). Sum of RGB (Red+Green+Blue) = 47+98+47=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #2F622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F622F is #D09DD0. Grayscale: #4D4D4D. Windows color (decimal): -13671889 or 3105327. OLE color: 3105327.

HSL color Cylindrical-coordinate representation of color #2F622F: hue angle of 120º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F622F is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 98 47 -
CMYK 0.52 0 0.52 0.62
HSL 120º 0.35% 0.28% -
HSV(B) 120º 0.52% 0.38% -
XYZ 6.05 9.54 4.21 -
YUV 76.94 111.1 106.65 -
System Red Green Blue C M Y K H S L
Decimal 47 98 47 0.52 0 0.52 0.62 120 0.35 0.28
Hex 2F 62 2F 34 0 34 3E 78 23 1C
Octal 57 142 57 64 0 64 76 170 43 34
Binary 101111 1100010 101111 110100 0 110100 111110 1111000 100011 11100

Color Harmonies of #2F622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F622F

Black with #2F622F

Text Example


Text Example

White with #2F622F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,98,47); }

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

background-color css

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

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

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

border-color css

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

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

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