Html Css Color HEX #266C46 Green Pea

📋 copy color: '#266C46'

red 38 ◦ green 108 ◦ blue 70

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

Shades of Green Pea #266C46

Tints of Green Pea #266C46

RGB

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

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

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

R = 17.59%
G = 50%
B = 32.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#266C46 (or 0x266C46) is known color: Green Pea. HEX triplet: 26, 6C and 46. RGB value is (38,108,70). Sum of RGB (Red+Green+Blue) = 38+108+70=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #266C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266C46 is #D993B9. Grayscale: #525252. Windows color (decimal): -14259130 or 4615206. OLE color: 4615206.

HSL color Cylindrical-coordinate representation of color #266C46: hue angle of 147.43º 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 #266C46 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 108 70 -
CMYK 0.65 0 0.35 0.58
HSL 147.43º 0.48% 0.29% -
HSV(B) 147.43º 0.65% 0.42% -
XYZ 7.27 11.58 7.65 -
YUV 82.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 38 108 70 0.65 0 0.35 0.58 147.43 0.48 0.29
Hex 26 6C 46 41 0 23 3A 93 30 1D
Octal 46 154 106 101 0 43 72 223 60 35
Binary 100110 1101100 1000110 1000001 0 100011 111010 10010011 110000 11101

Color Harmonies of #266C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266C46

Black with #266C46

Text Example


Text Example

White with #266C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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