#123B27

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

Shades of Cardin Green #123B27

Tints of Cardin Green #123B27

Color information

#123B27 (or 0x123B27) is unknown color: approx Cardin Green. HEX triplet: 12, 3B and 27. RGB value is (18,59,39). Sum of RGB (Red+Green+Blue) = 18+59+39=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #123B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B27 is #EDC4D8. Grayscale: #2C2C2C. Windows color (decimal): -15582425 or 2571026. OLE color: 2571026.

HSL color Cylindrical-coordinate representation of color #123B27: hue angle of 150.73º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123B27 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB185939-
CMYK0.6900.340.77
HSL150.73º53.25%15.1%-
HSV(B)150.73º69.49%23.14%-
XYZ2.183.42.46-
YUV44.46124.92109.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 59 (23.44% from 255) = 50.86%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=15.52%
G=50.86%
B=33.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1859390.6900.340.77150.7353.2515.1
Hex123B27450224D9735f
Octal2273471050421152276517
Binary10010111011100111100010101000101001101100101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123B27; }

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

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

<style>
 a { background-color: #123B27; }

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

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

<style>
 span { border-color: #123B27; }

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

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