Html Css Color HEX #266C49 Green Pea

📋 copy color: '#266C49'

red 38 ◦ green 108 ◦ blue 73

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

Shades of Green Pea #266C49

Tints of Green Pea #266C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.32%

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 17.35%
G = 49.32%
B = 33.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#266C49 (or 0x266C49) is known color: Green Pea. HEX triplet: 26, 6C and 49. RGB value is (38,108,73). Sum of RGB (Red+Green+Blue) = 38+108+73=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #266C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266C49 is #D993B6. Grayscale: #535353. Windows color (decimal): -14259127 or 4811814. OLE color: 4811814.

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

Color convert

RGB 38 108 73 -
CMYK 0.65 0 0.32 0.58
HSL 150º 0.48% 0.29% -
HSV(B) 150º 0.65% 0.42% -
XYZ 7.36 11.62 8.16 -
YUV 83.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 38 108 73 0.65 0 0.32 0.58 150 0.48 0.29
Hex 26 6C 49 41 0 20 3A 96 30 1D
Octal 46 154 111 101 0 40 72 226 60 35
Binary 100110 1101100 1001001 1000001 0 100000 111010 10010110 110000 11101

Color Harmonies of #266C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266C49

Black with #266C49

Text Example


Text Example

White with #266C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266C49; }

 p { color: rgb(38,108,73); }

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

background-color css

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

 a { background-color: rgb(38,108,73); }

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

border-color css

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

 span { border-color: rgb(38,108,73); }

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