Html Css Color HEX #12372B Cardin Green

📋 copy color: '#12372B'

red 18 ◦ green 55 ◦ blue 43

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

Shades of Cardin Green #12372B

Tints of Cardin Green #12372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 47.41%

 BLUE value IS 43 (17.19% from 255) = 37.07%

R = 15.52%
G = 47.41%
B = 37.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#12372B (or 0x12372B) is known color: Cardin Green. HEX triplet: 12, 37 and 2B. RGB value is (18,55,43). Sum of RGB (Red+Green+Blue) = 18+55+43=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #12372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12372B is #EDC8D4. Grayscale: #2A2A2A. Windows color (decimal): -15583445 or 2832146. OLE color: 2832146.

HSL color Cylindrical-coordinate representation of color #12372B: hue angle of 160.54º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12372B is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 55 43 -
CMYK 0.67 0 0.22 0.78
HSL 160.54º 0.51% 0.14% -
HSV(B) 160.54º 0.67% 0.22% -
XYZ 2.05 3.04 2.76 -
YUV 42.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 18 55 43 0.67 0 0.22 0.78 160.54 0.51 0.14
Hex 12 37 2B 43 0 16 4E A1 33 E
Octal 22 67 53 103 0 26 116 241 63 16
Binary 10010 110111 101011 1000011 0 10110 1001110 10100001 110011 1110

Color Harmonies of #12372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12372B

Black with #12372B

Text Example


Text Example

White with #12372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,55,43); }

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

background-color css

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

 a { background-color: rgb(18,55,43); }

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

border-color css

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

 span { border-color: rgb(18,55,43); }

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