Html Css Color HEX #255F41 Green Pea

📋 copy color: '#255F41'

red 37 ◦ green 95 ◦ blue 65

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

Shades of Green Pea #255F41

Tints of Green Pea #255F41

RGB

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

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

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

R = 18.78%
G = 48.22%
B = 32.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#255F41 (or 0x255F41) is known color: Green Pea. HEX triplet: 25, 5F and 41. RGB value is (37,95,65). Sum of RGB (Red+Green+Blue) = 37+95+65=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #255F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255F41 is #DAA0BE. Grayscale: #4A4A4A. Windows color (decimal): -14327999 or 4284197. OLE color: 4284197.

HSL color Cylindrical-coordinate representation of color #255F41: hue angle of 148.97º 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 #255F41 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 95 65 -
CMYK 0.61 0 0.32 0.63
HSL 148.97º 0.44% 0.26% -
HSV(B) 148.97º 0.61% 0.37% -
XYZ 5.81 8.96 6.42 -
YUV 74.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 37 95 65 0.61 0 0.32 0.63 148.97 0.44 0.26
Hex 25 5F 41 3D 0 20 3F 95 2C 1A
Octal 45 137 101 75 0 40 77 225 54 32
Binary 100101 1011111 1000001 111101 0 100000 111111 10010101 101100 11010

Color Harmonies of #255F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F41

Black with #255F41

Text Example


Text Example

White with #255F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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