Html Css Color HEX #12392A Cardin Green

📋 copy color: '#12392A'

red 18 ◦ green 57 ◦ blue 42

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

Shades of Cardin Green #12392A

Tints of Cardin Green #12392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 48.72%

 BLUE value IS 42 (16.8% from 255) = 35.9%

R = 15.38%
G = 48.72%
B = 35.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#12392A (or 0x12392A) is known color: Cardin Green. HEX triplet: 12, 39 and 2A. RGB value is (18,57,42). Sum of RGB (Red+Green+Blue) = 18+57+42=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #12392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12392A is #EDC6D5. Grayscale: #2B2B2B. Windows color (decimal): -15582934 or 2767122. OLE color: 2767122.

HSL color Cylindrical-coordinate representation of color #12392A: hue angle of 156.92º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12392A is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 57 42 -
CMYK 0.68 0 0.26 0.78
HSL 156.92º 0.52% 0.15% -
HSV(B) 156.92º 0.68% 0.22% -
XYZ 2.13 3.22 2.7 -
YUV 43.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 18 57 42 0.68 0 0.26 0.78 156.92 0.52 0.15
Hex 12 39 2A 44 0 1A 4E 9D 34 F
Octal 22 71 52 104 0 32 116 235 64 17
Binary 10010 111001 101010 1000100 0 11010 1001110 10011101 110100 1111

Color Harmonies of #12392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12392A

Black with #12392A

Text Example


Text Example

White with #12392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12392A; }

 p { color: rgb(18,57,42); }

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

background-color css

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

 a { background-color: rgb(18,57,42); }

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

border-color css

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

 span { border-color: rgb(18,57,42); }

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