Html Css Color HEX #255C40 Green Pea

📋 copy color: '#255C40'

red 37 ◦ green 92 ◦ blue 64

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

Shades of Green Pea #255C40

Tints of Green Pea #255C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 19.17%
G = 47.67%
B = 33.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#255C40 (or 0x255C40) is known color: Green Pea. HEX triplet: 25, 5C and 40. RGB value is (37,92,64). Sum of RGB (Red+Green+Blue) = 37+92+64=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #255C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C40 is #DAA3BF. Grayscale: #484848. Windows color (decimal): -14328768 or 4217893. OLE color: 4217893.

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

Color convert

RGB 37 92 64 -
CMYK 0.60 0 0.30 0.64
HSL 149.45º 0.43% 0.25% -
HSV(B) 149.45º 0.6% 0.36% -
XYZ 5.52 8.42 6.18 -
YUV 72.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 37 92 64 0.60 0 0.30 0.64 149.45 0.43 0.25
Hex 25 5C 40 3C 0 1E 40 95 2B 19
Octal 45 134 100 74 0 36 100 225 53 31
Binary 100101 1011100 1000000 111100 0 11110 1000000 10010101 101011 11001

Color Harmonies of #255C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C40

Black with #255C40

Text Example


Text Example

White with #255C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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