#12382B

Color #12382B Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #12382B

Tints of Cardin Green #12382B

Color information

#12382B (or 0x12382B) is unknown color: approx Cardin Green. HEX triplet: 12, 38 and 2B. RGB value is (18,56,43). Sum of RGB (Red+Green+Blue) = 18+56+43=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #12382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12382B is #EDC7D4. Grayscale: #2B2B2B. Windows color (decimal): -15583189 or 2832402. OLE color: 2832402.

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

Color convert

RGB185643-
CMYK0.6800.230.78
HSL159.47º51.35%14.51%-
HSV(B)159.47º67.86%21.96%-
XYZ2.13.132.78-
YUV43.16127.91110.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 56 (22.27% from 255) = 47.86%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=15.38%
G=47.86%
B=36.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856430.6800.230.78159.4751.3514.51
Hex12382B440174E9f33f
Octal2270531040271162376317
Binary1001011100010101110001000101111001110100111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12382B;
 }
 .AnyTagClassName
 {
   color: #12382B;
 }
</style>
background-color css

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

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

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

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

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

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