Html Css Color HEX #255F2F Parsley

📋 copy color: '#255F2F'

red 37 ◦ green 95 ◦ blue 47

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

Shades of Parsley #255F2F

Tints of Parsley #255F2F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 53.07%

 BLUE value IS 47 (18.75% from 255) = 26.26%

R = 20.67%
G = 53.07%
B = 26.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#255F2F (or 0x255F2F) is known color: Parsley. HEX triplet: 25, 5F and 2F. RGB value is (37,95,47). Sum of RGB (Red+Green+Blue) = 37+95+47=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #255F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255F2F is #DAA0D0. Grayscale: #484848. Windows color (decimal): -14328017 or 3104549. OLE color: 3104549.

HSL color Cylindrical-coordinate representation of color #255F2F: hue angle of 130.34º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255F2F is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 95 47 -
CMYK 0.61 0 0.51 0.63
HSL 130.34º 0.44% 0.26% -
HSV(B) 130.34º 0.61% 0.37% -
XYZ 5.37 8.78 4.1 -
YUV 72.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 37 95 47 0.61 0 0.51 0.63 130.34 0.44 0.26
Hex 25 5F 2F 3D 0 33 3F 82 2C 1A
Octal 45 137 57 75 0 63 77 202 54 32
Binary 100101 1011111 101111 111101 0 110011 111111 10000010 101100 11010

Color Harmonies of #255F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F2F

Black with #255F2F

Text Example


Text Example

White with #255F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,47); }

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

background-color css

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

 a { background-color: rgb(37,95,47); }

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

border-color css

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

 span { border-color: rgb(37,95,47); }

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