Html Css Color HEX #266146 Green Pea

📋 copy color: '#266146'

red 38 ◦ green 97 ◦ blue 70

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

Shades of Green Pea #266146

Tints of Green Pea #266146

RGB

 RED value IS 38 (15.23% from 255) = 18.54%

 GREEN value IS 97 (38.28% from 255) = 47.32%

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 18.54%
G = 47.32%
B = 34.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#266146 (or 0x266146) is known color: Green Pea. HEX triplet: 26, 61 and 46. RGB value is (38,97,70). Sum of RGB (Red+Green+Blue) = 38+97+70=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #266146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266146 is #D99EB9. Grayscale: #4C4C4C. Windows color (decimal): -14261946 or 4612390. OLE color: 4612390.

HSL color Cylindrical-coordinate representation of color #266146: hue angle of 152.54º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266146 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 97 70 -
CMYK 0.61 0 0.28 0.62
HSL 152.54º 0.44% 0.26% -
HSV(B) 152.54º 0.61% 0.38% -
XYZ 6.18 9.4 7.28 -
YUV 76.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 38 97 70 0.61 0 0.28 0.62 152.54 0.44 0.26
Hex 26 61 46 3D 0 1C 3E 99 2C 1A
Octal 46 141 106 75 0 34 76 231 54 32
Binary 100110 1100001 1000110 111101 0 11100 111110 10011001 101100 11010

Color Harmonies of #266146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266146

Black with #266146

Text Example


Text Example

White with #266146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266146; }

 p { color: rgb(38,97,70); }

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

background-color css

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

 a { background-color: rgb(38,97,70); }

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

border-color css

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

 span { border-color: rgb(38,97,70); }

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