Html Css Color HEX #254F2C Parsley

📋 copy color: '#254F2C'

red 37 ◦ green 79 ◦ blue 44

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

Shades of Parsley #254F2C

Tints of Parsley #254F2C

RGB

 RED value IS 37 (14.84% from 255) = 23.13%

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

 BLUE value IS 44 (17.58% from 255) = 27.5%

R = 23.13%
G = 49.38%
B = 27.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#254F2C (or 0x254F2C) is known color: Parsley. HEX triplet: 25, 4F and 2C. RGB value is (37,79,44). Sum of RGB (Red+Green+Blue) = 37+79+44=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #254F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F2C is #DAB0D3. Grayscale: #3E3E3E. Windows color (decimal): -14332116 or 2903845. OLE color: 2903845.

HSL color Cylindrical-coordinate representation of color #254F2C: hue angle of 130º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F2C is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 79 44 -
CMYK 0.53 0 0.44 0.69
HSL 130º 0.36% 0.23% -
HSV(B) 130º 0.53% 0.31% -
XYZ 4.01 6.17 3.36 -
YUV 62.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 37 79 44 0.53 0 0.44 0.69 130 0.36 0.23
Hex 25 4F 2C 35 0 2C 45 82 24 17
Octal 45 117 54 65 0 54 105 202 44 27
Binary 100101 1001111 101100 110101 0 101100 1000101 10000010 100100 10111

Color Harmonies of #254F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F2C

Black with #254F2C

Text Example


Text Example

White with #254F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254F2C; }

 p { color: rgb(37,79,44); }

 H1.HeaderClassName
 {
   color: #254F2C;
 }
 .AnyTagClassName
 {
   color: #254F2C;
 }
</style>

background-color css

<style>
 a { background-color: #254F2C; }

 a { background-color: rgb(37,79,44); }

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

border-color css

<style>
 span { border-color: #254F2C; }

 span { border-color: rgb(37,79,44); }

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