Html Css Color HEX #2D4F2F Parsley

📋 copy color: '#2D4F2F'

red 45 ◦ green 79 ◦ blue 47

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

Shades of Parsley #2D4F2F

Tints of Parsley #2D4F2F

RGB

 RED value IS 45 (17.97% from 255) = 26.32%

 GREEN value IS 79 (31.25% from 255) = 46.2%

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

R = 26.32%
G = 46.2%
B = 27.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#2D4F2F (or 0x2D4F2F) is known color: Parsley. HEX triplet: 2D, 4F and 2F. RGB value is (45,79,47). Sum of RGB (Red+Green+Blue) = 45+79+47=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4F2F is #D2B0D0. Grayscale: #414141. Windows color (decimal): -13807825 or 3100461. OLE color: 3100461.

HSL color Cylindrical-coordinate representation of color #2D4F2F: hue angle of 123.53º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2D4F2F is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 79 47 -
CMYK 0.43 0 0.41 0.69
HSL 123.53º 0.27% 0.24% -
HSV(B) 123.53º 0.43% 0.31% -
XYZ 4.39 6.36 3.68 -
YUV 65.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 45 79 47 0.43 0 0.41 0.69 123.53 0.27 0.24
Hex 2D 4F 2F 2B 0 29 45 7C 1B 18
Octal 55 117 57 53 0 51 105 174 33 30
Binary 101101 1001111 101111 101011 0 101001 1000101 1111100 11011 11000

Color Harmonies of #2D4F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4F2F

Black with #2D4F2F

Text Example


Text Example

White with #2D4F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,79,47); }

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

background-color css

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

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

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

border-color css

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

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

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