Html Css Color HEX #256A42 Green Pea

📋 copy color: '#256A42'

red 37 ◦ green 106 ◦ blue 66

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

Shades of Green Pea #256A42

Tints of Green Pea #256A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50.72%

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

R = 17.7%
G = 50.72%
B = 31.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#256A42 (or 0x256A42) is known color: Green Pea. HEX triplet: 25, 6A and 42. RGB value is (37,106,66). Sum of RGB (Red+Green+Blue) = 37+106+66=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #256A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256A42 is #DA95BD. Grayscale: #505050. Windows color (decimal): -14325182 or 4352549. OLE color: 4352549.

HSL color Cylindrical-coordinate representation of color #256A42: hue angle of 145.22º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256A42 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 106 66 -
CMYK 0.65 0 0.38 0.58
HSL 145.22º 0.48% 0.28% -
HSV(B) 145.22º 0.65% 0.42% -
XYZ 6.9 11.09 6.93 -
YUV 80.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 37 106 66 0.65 0 0.38 0.58 145.22 0.48 0.28
Hex 25 6A 42 41 0 26 3A 91 30 1C
Octal 45 152 102 101 0 46 72 221 60 34
Binary 100101 1101010 1000010 1000001 0 100110 111010 10010001 110000 11100

Color Harmonies of #256A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256A42

Black with #256A42

Text Example


Text Example

White with #256A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256A42; }

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

 H1.HeaderClassName
 {
   color: #256A42;
 }
 .AnyTagClassName
 {
   color: #256A42;
 }
</style>

background-color css

<style>
 a { background-color: #256A42; }

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

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

border-color css

<style>
 span { border-color: #256A42; }

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

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