Html Css Color HEX #2F6233 Parsley

📋 copy color: '#2F6233'

red 47 ◦ green 98 ◦ blue 51

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

Shades of Parsley #2F6233

Tints of Parsley #2F6233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 23.98%
G = 50%
B = 26.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#2F6233 (or 0x2F6233) is known color: Parsley. HEX triplet: 2F, 62 and 33. RGB value is (47,98,51). Sum of RGB (Red+Green+Blue) = 47+98+51=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6233 is #D09DCC. Grayscale: #4D4D4D. Windows color (decimal): -13671885 or 3367471. OLE color: 3367471.

HSL color Cylindrical-coordinate representation of color #2F6233: hue angle of 124.71º 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 #2F6233 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 98 51 -
CMYK 0.52 0 0.48 0.62
HSL 124.71º 0.35% 0.28% -
HSV(B) 124.71º 0.52% 0.38% -
XYZ 6.14 9.58 4.66 -
YUV 77.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 47 98 51 0.52 0 0.48 0.62 124.71 0.35 0.28
Hex 2F 62 33 34 0 30 3E 7D 23 1C
Octal 57 142 63 64 0 60 76 175 43 34
Binary 101111 1100010 110011 110100 0 110000 111110 1111101 100011 11100

Color Harmonies of #2F6233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6233

Black with #2F6233

Text Example


Text Example

White with #2F6233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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