Html Css Color HEX #12424E Green Vogue

📋 copy color: '#12424E'

red 18 ◦ green 66 ◦ blue 78

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

Shades of Green Vogue #12424E

Tints of Green Vogue #12424E

RGB

 RED value IS 18 (7.42% from 255) = 11.11%

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

 BLUE value IS 78 (30.86% from 255) = 48.15%

R = 11.11%
G = 40.74%
B = 48.15%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12424E (or 0x12424E) is known color: Green Vogue. HEX triplet: 12, 42 and 4E. RGB value is (18,66,78). Sum of RGB (Red+Green+Blue) = 18+66+78=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #12424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12424E is #EDBDB1. Grayscale: #343434. Windows color (decimal): -15580594 or 5128722. OLE color: 5128722.

HSL color Cylindrical-coordinate representation of color #12424E: hue angle of 192º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12424E is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 66 78 -
CMYK 0.77 0.15 0 0.69
HSL 192º 0.63% 0.19% -
HSV(B) 192º 0.77% 0.31% -
XYZ 3.57 4.58 7.9 -
YUV 53.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 18 66 78 0.77 0.15 0 0.69 192 0.63 0.19
Hex 12 42 4E 4D F 0 45 C0 3E 13
Octal 22 102 116 115 17 0 105 300 76 23
Binary 10010 1000010 1001110 1001101 1111 0 1000101 11000000 111110 10011

Color Harmonies of #12424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12424E

Black with #12424E

Text Example


Text Example

White with #12424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12424E; }

 p { color: rgb(18,66,78); }

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

background-color css

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

 a { background-color: rgb(18,66,78); }

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

border-color css

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

 span { border-color: rgb(18,66,78); }

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