#122F23

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

Shades of Cardin Green #122F23

Tints of Cardin Green #122F23

Color information

#122F23 (or 0x122F23) is unknown color: approx Cardin Green. HEX triplet: 12, 2F and 23. RGB value is (18,47,35). Sum of RGB (Red+Green+Blue) = 18+47+35=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #122F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F23 is #EDD0DC. Grayscale: #242424. Windows color (decimal): -15585501 or 2305810. OLE color: 2305810.

HSL color Cylindrical-coordinate representation of color #122F23: hue angle of 155.17º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F23 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.

Color convert

RGB184735-
CMYK0.6200.260.82
HSL155.17º44.62%12.75%-
HSV(B)155.17º61.7%18.43%-
XYZ1.572.281.95-
YUV36.96126.89114.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 47 (18.75% from 255) = 47%
BLUE value IS 35 (14.06% from 255) = 35%
R=18%
G=47%
B=35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1847350.6200.260.82155.1744.6212.75
Hex122F233E01A529b2dd
Octal225743760321222335515
Binary100101011111000111111100110101010010100110111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122F23; }

 p { color: rgb(18,47,35); }

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

<style>
 a { background-color: #122F23; }

 a { background-color: rgb(18,47,35); }

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

<style>
 span { border-color: #122F23; }

 span { border-color: rgb(18,47,35); }

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