Html Css Color HEX #264247 Green Vogue

📋 copy color: '#264247'

red 38 ◦ green 66 ◦ blue 71

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

Shades of Green Vogue #264247

Tints of Green Vogue #264247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 21.71%
G = 37.71%
B = 40.57%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#264247 (or 0x264247) is known color: Green Vogue. HEX triplet: 26, 42 and 47. RGB value is (38,66,71). Sum of RGB (Red+Green+Blue) = 38+66+71=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #264247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264247 is #D9BDB8. Grayscale: #3A3A3A. Windows color (decimal): -14269881 or 4669990. OLE color: 4669990.

HSL color Cylindrical-coordinate representation of color #264247: hue angle of 189.09º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264247 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 66 71 -
CMYK 0.46 0.07 0 0.72
HSL 189.09º 0.3% 0.21% -
HSV(B) 189.09º 0.46% 0.28% -
XYZ 3.88 4.76 6.68 -
YUV 58.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 38 66 71 0.46 0.07 0 0.72 189.09 0.3 0.21
Hex 26 42 47 2E 7 0 48 BD 1E 15
Octal 46 102 107 56 7 0 110 275 36 25
Binary 100110 1000010 1000111 101110 111 0 1001000 10111101 11110 10101

Color Harmonies of #264247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264247

Black with #264247

Text Example


Text Example

White with #264247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264247; }

 p { color: rgb(38,66,71); }

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

background-color css

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

 a { background-color: rgb(38,66,71); }

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

border-color css

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

 span { border-color: rgb(38,66,71); }

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