Html Css Color HEX #255C2E Parsley

📋 copy color: '#255C2E'

red 37 ◦ green 92 ◦ blue 46

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

Shades of Parsley #255C2E

Tints of Parsley #255C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 21.14%
G = 52.57%
B = 26.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.64

RGB Variations

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

Color information

#255C2E (or 0x255C2E) is known color: Parsley. HEX triplet: 25, 5C and 2E. RGB value is (37,92,46). Sum of RGB (Red+Green+Blue) = 37+92+46=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #255C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C2E is #DAA3D1. Grayscale: #464646. Windows color (decimal): -14328786 or 3038245. OLE color: 3038245.

HSL color Cylindrical-coordinate representation of color #255C2E: hue angle of 129.82º 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 #255C2E is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 92 46 -
CMYK 0.60 0 0.50 0.64
HSL 129.82º 0.43% 0.25% -
HSV(B) 129.82º 0.6% 0.36% -
XYZ 5.08 8.24 3.91 -
YUV 70.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 37 92 46 0.60 0 0.50 0.64 129.82 0.43 0.25
Hex 25 5C 2E 3C 0 32 40 82 2B 19
Octal 45 134 56 74 0 62 100 202 53 31
Binary 100101 1011100 101110 111100 0 110010 1000000 10000010 101011 11001

Color Harmonies of #255C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C2E

Black with #255C2E

Text Example


Text Example

White with #255C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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