Html Css Color HEX #12261B Cardin Green

📋 copy color: '#12261B'

red 18 ◦ green 38 ◦ blue 27

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

Shades of Cardin Green #12261B

Tints of Cardin Green #12261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 45.78%

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

R = 21.69%
G = 45.78%
B = 32.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.85

RGB Variations

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

Color information

#12261B (or 0x12261B) is known color: Cardin Green. HEX triplet: 12, 26 and 1B. RGB value is (18,38,27). Sum of RGB (Red+Green+Blue) = 18+38+27=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #12261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12261B is #EDD9E4. Grayscale: #1E1E1E. Windows color (decimal): -15587813 or 1779218. OLE color: 1779218.

HSL color Cylindrical-coordinate representation of color #12261B: hue angle of 147º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #12261B is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 38 27 -
CMYK 0.53 0 0.29 0.85
HSL 147º 0.36% 0.11% -
HSV(B) 147º 0.53% 0.15% -
XYZ 1.14 1.59 1.28 -
YUV 30.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 18 38 27 0.53 0 0.29 0.85 147 0.36 0.11
Hex 12 26 1B 35 0 1D 55 93 24 B
Octal 22 46 33 65 0 35 125 223 44 13
Binary 10010 100110 11011 110101 0 11101 1010101 10010011 100100 1011

Color Harmonies of #12261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12261B

Black with #12261B

Text Example


Text Example

White with #12261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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