Html Css Color HEX #255D2D Parsley

📋 copy color: '#255D2D'

red 37 ◦ green 93 ◦ blue 45

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

Shades of Parsley #255D2D

Tints of Parsley #255D2D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.14%

 BLUE value IS 45 (17.97% from 255) = 25.71%

R = 21.14%
G = 53.14%
B = 25.71%

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

#255D2D (or 0x255D2D) is known color: Parsley. HEX triplet: 25, 5D and 2D. RGB value is (37,93,45). Sum of RGB (Red+Green+Blue) = 37+93+45=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #255D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D2D is #DAA2D2. Grayscale: #464646. Windows color (decimal): -14328531 or 2972965. OLE color: 2972965.

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

Color convert

RGB 37 93 45 -
CMYK 0.60 0 0.52 0.64
HSL 128.57º 0.43% 0.25% -
HSV(B) 128.57º 0.6% 0.36% -
XYZ 5.15 8.41 3.83 -
YUV 70.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 37 93 45 0.60 0 0.52 0.64 128.57 0.43 0.25
Hex 25 5D 2D 3C 0 34 40 81 2B 19
Octal 45 135 55 74 0 64 100 201 53 31
Binary 100101 1011101 101101 111100 0 110100 1000000 10000001 101011 11001

Color Harmonies of #255D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D2D

Black with #255D2D

Text Example


Text Example

White with #255D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,93,45); }

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

background-color css

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

 a { background-color: rgb(37,93,45); }

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

border-color css

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

 span { border-color: rgb(37,93,45); }

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