Html Css Color HEX #255F42 Green Pea

📋 copy color: '#255F42'

red 37 ◦ green 95 ◦ blue 66

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

Shades of Green Pea #255F42

Tints of Green Pea #255F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.33%

R = 18.69%
G = 47.98%
B = 33.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#255F42 (or 0x255F42) is known color: Green Pea. HEX triplet: 25, 5F and 42. RGB value is (37,95,66). Sum of RGB (Red+Green+Blue) = 37+95+66=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #255F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255F42 is #DAA0BD. Grayscale: #4A4A4A. Windows color (decimal): -14327998 or 4349733. OLE color: 4349733.

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

Color convert

RGB 37 95 66 -
CMYK 0.61 0 0.31 0.63
HSL 150º 0.44% 0.26% -
HSV(B) 150º 0.61% 0.37% -
XYZ 5.84 8.97 6.58 -
YUV 74.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 37 95 66 0.61 0 0.31 0.63 150 0.44 0.26
Hex 25 5F 42 3D 0 1F 3F 96 2C 1A
Octal 45 137 102 75 0 37 77 226 54 32
Binary 100101 1011111 1000010 111101 0 11111 111111 10010110 101100 11010

Color Harmonies of #255F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F42

Black with #255F42

Text Example


Text Example

White with #255F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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