Html Css Color HEX #267261 Genoa

📋 copy color: '#267261'

red 38 ◦ green 114 ◦ blue 97

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

Shades of Genoa #267261

Tints of Genoa #267261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.78%

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 15.26%
G = 45.78%
B = 38.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#267261 (or 0x267261) is known color: Genoa. HEX triplet: 26, 72 and 61. RGB value is (38,114,97). Sum of RGB (Red+Green+Blue) = 38+114+97=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #267261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267261 is #D98D9E. Grayscale: #595959. Windows color (decimal): -14257567 or 6386214. OLE color: 6386214.

HSL color Cylindrical-coordinate representation of color #267261: hue angle of 166.58º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267261 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 114 97 -
CMYK 0.67 0 0.15 0.55
HSL 166.58º 0.5% 0.3% -
HSV(B) 166.58º 0.67% 0.45% -
XYZ 8.97 13.31 13.41 -
YUV 89.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 38 114 97 0.67 0 0.15 0.55 166.58 0.5 0.3
Hex 26 72 61 43 0 F 37 A7 32 1E
Octal 46 162 141 103 0 17 67 247 62 36
Binary 100110 1110010 1100001 1000011 0 1111 110111 10100111 110010 11110

Color Harmonies of #267261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267261

Black with #267261

Text Example


Text Example

White with #267261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267261; }

 p { color: rgb(38,114,97); }

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

background-color css

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

 a { background-color: rgb(38,114,97); }

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

border-color css

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

 span { border-color: rgb(38,114,97); }

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