Html Css Color HEX #255D30 Parsley

📋 copy color: '#255D30'

red 37 ◦ green 93 ◦ blue 48

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

Shades of Parsley #255D30

Tints of Parsley #255D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.97%

R = 20.79%
G = 52.25%
B = 26.97%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#255D30 (or 0x255D30) is known color: Parsley. HEX triplet: 25, 5D and 30. RGB value is (37,93,48). Sum of RGB (Red+Green+Blue) = 37+93+48=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #255D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D30 is #DAA2CF. Grayscale: #474747. Windows color (decimal): -14328528 or 3169573. OLE color: 3169573.

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

Color convert

RGB 37 93 48 -
CMYK 0.60 0 0.48 0.64
HSL 131.79º 0.43% 0.25% -
HSV(B) 131.79º 0.6% 0.36% -
XYZ 5.21 8.44 4.15 -
YUV 71.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 37 93 48 0.60 0 0.48 0.64 131.79 0.43 0.25
Hex 25 5D 30 3C 0 30 40 84 2B 19
Octal 45 135 60 74 0 60 100 204 53 31
Binary 100101 1011101 110000 111100 0 110000 1000000 10000100 101011 11001

Color Harmonies of #255D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D30

Black with #255D30

Text Example


Text Example

White with #255D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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