Html Css Color HEX #255C2B Parsley

📋 copy color: '#255C2B'

red 37 ◦ green 92 ◦ blue 43

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

Shades of Parsley #255C2B

Tints of Parsley #255C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25%

R = 21.51%
G = 53.49%
B = 25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#255C2B (or 0x255C2B) is known color: Parsley. HEX triplet: 25, 5C and 2B. RGB value is (37,92,43). Sum of RGB (Red+Green+Blue) = 37+92+43=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #255C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C2B is #DAA3D4. Grayscale: #464646. Windows color (decimal): -14328789 or 2841637. OLE color: 2841637.

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

Color convert

RGB 37 92 43 -
CMYK 0.60 0 0.53 0.64
HSL 126.55º 0.43% 0.25% -
HSV(B) 126.55º 0.6% 0.36% -
XYZ 5.03 8.22 3.61 -
YUV 69.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 37 92 43 0.60 0 0.53 0.64 126.55 0.43 0.25
Hex 25 5C 2B 3C 0 35 40 7F 2B 19
Octal 45 134 53 74 0 65 100 177 53 31
Binary 100101 1011100 101011 111100 0 110101 1000000 1111111 101011 11001

Color Harmonies of #255C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C2B

Black with #255C2B

Text Example


Text Example

White with #255C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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