Html Css Color HEX #12291C Cardin Green

📋 copy color: '#12291C'

red 18 ◦ green 41 ◦ blue 28

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

Shades of Cardin Green #12291C

Tints of Cardin Green #12291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 47.13%

 BLUE value IS 28 (11.33% from 255) = 32.18%

R = 20.69%
G = 47.13%
B = 32.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.84

RGB Variations

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

Color information

#12291C (or 0x12291C) is known color: Cardin Green. HEX triplet: 12, 29 and 1C. RGB value is (18,41,28). Sum of RGB (Red+Green+Blue) = 18+41+28=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #12291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12291C is #EDD6E3. Grayscale: #202020. Windows color (decimal): -15587044 or 1845522. OLE color: 1845522.

HSL color Cylindrical-coordinate representation of color #12291C: hue angle of 146.09º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #12291C is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 28 -
CMYK 0.56 0 0.32 0.84
HSL 146.09º 0.39% 0.12% -
HSV(B) 146.09º 0.56% 0.16% -
XYZ 1.25 1.8 1.38 -
YUV 32.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 18 41 28 0.56 0 0.32 0.84 146.09 0.39 0.12
Hex 12 29 1C 38 0 20 54 92 27 C
Octal 22 51 34 70 0 40 124 222 47 14
Binary 10010 101001 11100 111000 0 100000 1010100 10010010 100111 1100

Color Harmonies of #12291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12291C

Black with #12291C

Text Example


Text Example

White with #12291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12291C; }

 p { color: rgb(18,41,28); }

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

background-color css

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

 a { background-color: rgb(18,41,28); }

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

border-color css

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

 span { border-color: rgb(18,41,28); }

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