Html Css Color HEX #266740 Green Pea

📋 copy color: '#266740'

red 38 ◦ green 103 ◦ blue 64

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

Shades of Green Pea #266740

Tints of Green Pea #266740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.24%

 BLUE value IS 64 (25.39% from 255) = 31.22%

R = 18.54%
G = 50.24%
B = 31.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#266740 (or 0x266740) is known color: Green Pea. HEX triplet: 26, 67 and 40. RGB value is (38,103,64). Sum of RGB (Red+Green+Blue) = 38+103+64=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #266740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266740 is #D998BF. Grayscale: #4F4F4F. Windows color (decimal): -14260416 or 4220710. OLE color: 4220710.

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

Color convert

RGB 38 103 64 -
CMYK 0.63 0 0.38 0.60
HSL 144º 0.46% 0.28% -
HSV(B) 144º 0.63% 0.4% -
XYZ 6.57 10.48 6.53 -
YUV 79.12 119.47 98.67 -
System Red Green Blue C M Y K H S L
Decimal 38 103 64 0.63 0 0.38 0.60 144 0.46 0.28
Hex 26 67 40 3F 0 26 3C 90 2E 1C
Octal 46 147 100 77 0 46 74 220 56 34
Binary 100110 1100111 1000000 111111 0 100110 111100 10010000 101110 11100

Color Harmonies of #266740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266740

Black with #266740

Text Example


Text Example

White with #266740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266740; }

 p { color: rgb(38,103,64); }

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

background-color css

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

 a { background-color: rgb(38,103,64); }

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

border-color css

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

 span { border-color: rgb(38,103,64); }

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