Html Css Color HEX #266950 Evening Sea

📋 copy color: '#266950'

red 38 ◦ green 105 ◦ blue 80

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

Shades of Evening Sea #266950

Tints of Evening Sea #266950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.09%

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 17.04%
G = 47.09%
B = 35.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#266950 (or 0x266950) is known color: Evening Sea. HEX triplet: 26, 69 and 50. RGB value is (38,105,80). Sum of RGB (Red+Green+Blue) = 38+105+80=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #266950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266950 is #D996AF. Grayscale: #525252. Windows color (decimal): -14259888 or 5269798. OLE color: 5269798.

HSL color Cylindrical-coordinate representation of color #266950: hue angle of 157.61º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266950 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 105 80 -
CMYK 0.64 0 0.24 0.59
HSL 157.61º 0.47% 0.28% -
HSV(B) 157.61º 0.64% 0.41% -
XYZ 7.3 11.09 9.35 -
YUV 82.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 38 105 80 0.64 0 0.24 0.59 157.61 0.47 0.28
Hex 26 69 50 40 0 18 3B 9E 2F 1C
Octal 46 151 120 100 0 30 73 236 57 34
Binary 100110 1101001 1010000 1000000 0 11000 111011 10011110 101111 11100

Color Harmonies of #266950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266950

Black with #266950

Text Example


Text Example

White with #266950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266950; }

 p { color: rgb(38,105,80); }

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

background-color css

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

 a { background-color: rgb(38,105,80); }

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

border-color css

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

 span { border-color: rgb(38,105,80); }

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