Html Css Color HEX #255C41 Green Pea

📋 copy color: '#255C41'

red 37 ◦ green 92 ◦ blue 65

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

Shades of Green Pea #255C41

Tints of Green Pea #255C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.51%

R = 19.07%
G = 47.42%
B = 33.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#255C41 (or 0x255C41) is known color: Green Pea. HEX triplet: 25, 5C and 41. RGB value is (37,92,65). Sum of RGB (Red+Green+Blue) = 37+92+65=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #255C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C41 is #DAA3BE. Grayscale: #484848. Windows color (decimal): -14328767 or 4283429. OLE color: 4283429.

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

Color convert

RGB 37 92 65 -
CMYK 0.60 0 0.29 0.64
HSL 150.55º 0.43% 0.25% -
HSV(B) 150.55º 0.6% 0.36% -
XYZ 5.54 8.43 6.34 -
YUV 72.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 37 92 65 0.60 0 0.29 0.64 150.55 0.43 0.25
Hex 25 5C 41 3C 0 1D 40 97 2B 19
Octal 45 134 101 74 0 35 100 227 53 31
Binary 100101 1011100 1000001 111100 0 11101 1000000 10010111 101011 11001

Color Harmonies of #255C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C41

Black with #255C41

Text Example


Text Example

White with #255C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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