Html Css Color HEX #266242 Green Pea

📋 copy color: '#266242'

red 38 ◦ green 98 ◦ blue 66

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

Shades of Green Pea #266242

Tints of Green Pea #266242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.51%

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

R = 18.81%
G = 48.51%
B = 32.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#266242 (or 0x266242) is known color: Green Pea. HEX triplet: 26, 62 and 42. RGB value is (38,98,66). Sum of RGB (Red+Green+Blue) = 38+98+66=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #266242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266242 is #D99DBD. Grayscale: #4C4C4C. Windows color (decimal): -14261694 or 4350502. OLE color: 4350502.

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

Color convert

RGB 38 98 66 -
CMYK 0.61 0 0.33 0.62
HSL 148º 0.44% 0.27% -
HSV(B) 148º 0.61% 0.38% -
XYZ 6.15 9.54 6.67 -
YUV 76.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 38 98 66 0.61 0 0.33 0.62 148 0.44 0.27
Hex 26 62 42 3D 0 21 3E 94 2C 1B
Octal 46 142 102 75 0 41 76 224 54 33
Binary 100110 1100010 1000010 111101 0 100001 111110 10010100 101100 11011

Color Harmonies of #266242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266242

Black with #266242

Text Example


Text Example

White with #266242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266242; }

 p { color: rgb(38,98,66); }

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

background-color css

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

 a { background-color: rgb(38,98,66); }

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

border-color css

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

 span { border-color: rgb(38,98,66); }

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