Html Css Color HEX #12291F Cardin Green

📋 copy color: '#12291F'

red 18 ◦ green 41 ◦ blue 31

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

Shades of Cardin Green #12291F

Tints of Cardin Green #12291F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 34.44%

R = 20%
G = 45.56%
B = 34.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.84

RGB Variations

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

Color information

#12291F (or 0x12291F) is known color: Cardin Green. HEX triplet: 12, 29 and 1F. RGB value is (18,41,31). Sum of RGB (Red+Green+Blue) = 18+41+31=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 41 - color contains mainly: green. Hex color #12291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12291F is #EDD6E0. Grayscale: #212121. Windows color (decimal): -15587041 or 2042130. OLE color: 2042130.

HSL color Cylindrical-coordinate representation of color #12291F: hue angle of 153.91º 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 #12291F is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 31 -
CMYK 0.56 0 0.24 0.84
HSL 153.91º 0.39% 0.12% -
HSV(B) 153.91º 0.56% 0.16% -
XYZ 1.29 1.81 1.58 -
YUV 32.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 18 41 31 0.56 0 0.24 0.84 153.91 0.39 0.12
Hex 12 29 1F 38 0 18 54 9A 27 C
Octal 22 51 37 70 0 30 124 232 47 14
Binary 10010 101001 11111 111000 0 11000 1010100 10011010 100111 1100

Color Harmonies of #12291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12291F

Black with #12291F

Text Example


Text Example

White with #12291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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