Html Css Color HEX #12271B Cardin Green

📋 copy color: '#12271B'

red 18 ◦ green 39 ◦ blue 27

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

Shades of Cardin Green #12271B

Tints of Cardin Green #12271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 32.14%

R = 21.43%
G = 46.43%
B = 32.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#12271B (or 0x12271B) is known color: Cardin Green. HEX triplet: 12, 27 and 1B. RGB value is (18,39,27). Sum of RGB (Red+Green+Blue) = 18+39+27=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #12271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12271B is #EDD8E4. Grayscale: #1F1F1F. Windows color (decimal): -15587557 or 1779474. OLE color: 1779474.

HSL color Cylindrical-coordinate representation of color #12271B: hue angle of 145.71º 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 #12271B is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 39 27 -
CMYK 0.54 0 0.31 0.85
HSL 145.71º 0.37% 0.11% -
HSV(B) 145.71º 0.54% 0.15% -
XYZ 1.17 1.66 1.3 -
YUV 31.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 18 39 27 0.54 0 0.31 0.85 145.71 0.37 0.11
Hex 12 27 1B 36 0 1F 55 92 25 B
Octal 22 47 33 66 0 37 125 222 45 13
Binary 10010 100111 11011 110110 0 11111 1010101 10010010 100101 1011

Color Harmonies of #12271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12271B

Black with #12271B

Text Example


Text Example

White with #12271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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