Html Css Color HEX #266646 Green Pea

📋 copy color: '#266646'

red 38 ◦ green 102 ◦ blue 70

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

Shades of Green Pea #266646

Tints of Green Pea #266646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.57%

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

R = 18.1%
G = 48.57%
B = 33.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#266646 (or 0x266646) is known color: Green Pea. HEX triplet: 26, 66 and 46. RGB value is (38,102,70). Sum of RGB (Red+Green+Blue) = 38+102+70=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #266646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266646 is #D999B9. Grayscale: #4F4F4F. Windows color (decimal): -14260666 or 4613670. OLE color: 4613670.

HSL color Cylindrical-coordinate representation of color #266646: hue angle of 150º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266646 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 102 70 -
CMYK 0.63 0 0.31 0.6
HSL 150º 0.46% 0.27% -
HSV(B) 150º 0.63% 0.4% -
XYZ 6.66 10.36 7.44 -
YUV 79.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 38 102 70 0.63 0 0.31 0.6 150 0.46 0.27
Hex 26 66 46 3F 0 1F 3C 96 2E 1B
Octal 46 146 106 77 0 37 74 226 56 33
Binary 100110 1100110 1000110 111111 0 11111 111100 10010110 101110 11011

Color Harmonies of #266646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266646

Black with #266646

Text Example


Text Example

White with #266646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266646; }

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

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

background-color css

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

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

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

border-color css

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

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

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