Html Css Color HEX #266641 Green Pea

📋 copy color: '#266641'

red 38 ◦ green 102 ◦ blue 65

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

Shades of Green Pea #266641

Tints of Green Pea #266641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 18.54%
G = 49.76%
B = 31.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#266641 (or 0x266641) is known color: Green Pea. HEX triplet: 26, 66 and 41. RGB value is (38,102,65). Sum of RGB (Red+Green+Blue) = 38+102+65=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #266641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266641 is #D999BE. Grayscale: #4E4E4E. Windows color (decimal): -14260671 or 4285990. OLE color: 4285990.

HSL color Cylindrical-coordinate representation of color #266641: hue angle of 145.31º 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 #266641 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 102 65 -
CMYK 0.63 0 0.36 0.6
HSL 145.31º 0.46% 0.27% -
HSV(B) 145.31º 0.63% 0.4% -
XYZ 6.5 10.3 6.65 -
YUV 78.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 38 102 65 0.63 0 0.36 0.6 145.31 0.46 0.27
Hex 26 66 41 3F 0 24 3C 91 2E 1B
Octal 46 146 101 77 0 44 74 221 56 33
Binary 100110 1100110 1000001 111111 0 100100 111100 10010001 101110 11011

Color Harmonies of #266641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266641

Black with #266641

Text Example


Text Example

White with #266641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266641; }

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

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

background-color css

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

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

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

border-color css

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

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

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