Html Css Color HEX #12271C Cardin Green

📋 copy color: '#12271C'

red 18 ◦ green 39 ◦ blue 28

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

Shades of Cardin Green #12271C

Tints of Cardin Green #12271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 45.88%

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

R = 21.18%
G = 45.88%
B = 32.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.85

RGB Variations

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

Color information

#12271C (or 0x12271C) is known color: Cardin Green. HEX triplet: 12, 27 and 1C. RGB value is (18,39,28). Sum of RGB (Red+Green+Blue) = 18+39+28=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #12271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12271C is #EDD8E3. Grayscale: #1F1F1F. Windows color (decimal): -15587556 or 1845010. OLE color: 1845010.

HSL color Cylindrical-coordinate representation of color #12271C: hue angle of 148.57º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #12271C is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 39 28 -
CMYK 0.54 0 0.28 0.85
HSL 148.57º 0.37% 0.11% -
HSV(B) 148.57º 0.54% 0.15% -
XYZ 1.18 1.66 1.36 -
YUV 31.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 18 39 28 0.54 0 0.28 0.85 148.57 0.37 0.11
Hex 12 27 1C 36 0 1C 55 95 25 B
Octal 22 47 34 66 0 34 125 225 45 13
Binary 10010 100111 11100 110110 0 11100 1010101 10010101 100101 1011

Color Harmonies of #12271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12271C

Black with #12271C

Text Example


Text Example

White with #12271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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