Html Css Color HEX #255C2C Parsley

📋 copy color: '#255C2C'

red 37 ◦ green 92 ◦ blue 44

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

Shades of Parsley #255C2C

Tints of Parsley #255C2C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.18%

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

R = 21.39%
G = 53.18%
B = 25.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#255C2C (or 0x255C2C) is known color: Parsley. HEX triplet: 25, 5C and 2C. RGB value is (37,92,44). Sum of RGB (Red+Green+Blue) = 37+92+44=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #255C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C2C is #DAA3D3. Grayscale: #464646. Windows color (decimal): -14328788 or 2907173. OLE color: 2907173.

HSL color Cylindrical-coordinate representation of color #255C2C: hue angle of 127.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255C2C is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 92 44 -
CMYK 0.60 0 0.52 0.64
HSL 127.64º 0.43% 0.25% -
HSV(B) 127.64º 0.6% 0.36% -
XYZ 5.04 8.23 3.71 -
YUV 70.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 37 92 44 0.60 0 0.52 0.64 127.64 0.43 0.25
Hex 25 5C 2C 3C 0 34 40 80 2B 19
Octal 45 134 54 74 0 64 100 200 53 31
Binary 100101 1011100 101100 111100 0 110100 1000000 10000000 101011 11001

Color Harmonies of #255C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C2C

Black with #255C2C

Text Example


Text Example

White with #255C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255C2C; }

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

 H1.HeaderClassName
 {
   color: #255C2C;
 }
 .AnyTagClassName
 {
   color: #255C2C;
 }
</style>

background-color css

<style>
 a { background-color: #255C2C; }

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

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

border-color css

<style>
 span { border-color: #255C2C; }

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

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