Html Css Color HEX #267267 Genoa

📋 copy color: '#267267'

red 38 ◦ green 114 ◦ blue 103

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

Shades of Genoa #267267

Tints of Genoa #267267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.39%

R = 14.9%
G = 44.71%
B = 40.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#267267 (or 0x267267) is known color: Genoa. HEX triplet: 26, 72 and 67. RGB value is (38,114,103). Sum of RGB (Red+Green+Blue) = 38+114+103=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #267267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267267 is #D98D98. Grayscale: #595959. Windows color (decimal): -14257561 or 6779430. OLE color: 6779430.

HSL color Cylindrical-coordinate representation of color #267267: hue angle of 171.32º 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 #267267 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 114 103 -
CMYK 0.67 0 0.10 0.55
HSL 171.32º 0.5% 0.3% -
HSV(B) 171.32º 0.67% 0.45% -
XYZ 9.26 13.43 14.94 -
YUV 90.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 38 114 103 0.67 0 0.10 0.55 171.32 0.5 0.3
Hex 26 72 67 43 0 A 37 AB 32 1E
Octal 46 162 147 103 0 12 67 253 62 36
Binary 100110 1110010 1100111 1000011 0 1010 110111 10101011 110010 11110

Color Harmonies of #267267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267267

Black with #267267

Text Example


Text Example

White with #267267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267267; }

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

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

background-color css

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

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

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

border-color css

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

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

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