Html Css Color HEX #12271A Cardin Green

📋 copy color: '#12271A'

red 18 ◦ green 39 ◦ blue 26

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

Shades of Cardin Green #12271A

Tints of Cardin Green #12271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 31.33%

R = 21.69%
G = 46.99%
B = 31.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#12271A (or 0x12271A) is known color: Cardin Green. HEX triplet: 12, 27 and 1A. RGB value is (18,39,26). Sum of RGB (Red+Green+Blue) = 18+39+26=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #12271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12271A is #EDD8E5. Grayscale: #1F1F1F. Windows color (decimal): -15587558 or 1713938. OLE color: 1713938.

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

Color convert

RGB 18 39 26 -
CMYK 0.54 0 0.33 0.85
HSL 142.86º 0.37% 0.11% -
HSV(B) 142.86º 0.54% 0.15% -
XYZ 1.16 1.65 1.24 -
YUV 31.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 18 39 26 0.54 0 0.33 0.85 142.86 0.37 0.11
Hex 12 27 1A 36 0 21 55 8F 25 B
Octal 22 47 32 66 0 41 125 217 45 13
Binary 10010 100111 11010 110110 0 100001 1010101 10001111 100101 1011

Color Harmonies of #12271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12271A

Black with #12271A

Text Example


Text Example

White with #12271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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