Html Css Color HEX #267C6E Genoa

📋 copy color: '#267C6E'

red 38 ◦ green 124 ◦ blue 110

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

Shades of Genoa #267C6E

Tints of Genoa #267C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.59%

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 13.97%
G = 45.59%
B = 40.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#267C6E (or 0x267C6E) is known color: Genoa. HEX triplet: 26, 7C and 6E. RGB value is (38,124,110). Sum of RGB (Red+Green+Blue) = 38+124+110=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #267C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267C6E is #D98391. Grayscale: #606060. Windows color (decimal): -14254994 or 7240742. OLE color: 7240742.

HSL color Cylindrical-coordinate representation of color #267C6E: hue angle of 170.23º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C6E is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 124 110 -
CMYK 0.69 0 0.11 0.51
HSL 170.23º 0.53% 0.32% -
HSV(B) 170.23º 0.69% 0.49% -
XYZ 10.82 15.95 17.26 -
YUV 96.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 38 124 110 0.69 0 0.11 0.51 170.23 0.53 0.32
Hex 26 7C 6E 45 0 B 33 AA 35 20
Octal 46 174 156 105 0 13 63 252 65 40
Binary 100110 1111100 1101110 1000101 0 1011 110011 10101010 110101 100000

Color Harmonies of #267C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267C6E

Black with #267C6E

Text Example


Text Example

White with #267C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267C6E; }

 p { color: rgb(38,124,110); }

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

background-color css

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

 a { background-color: rgb(38,124,110); }

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

border-color css

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

 span { border-color: rgb(38,124,110); }

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