#123023

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

Shades of Cardin Green #123023

Tints of Cardin Green #123023

Color information

#123023 (or 0x123023) is unknown color: approx Cardin Green. HEX triplet: 12, 30 and 23. RGB value is (18,48,35). Sum of RGB (Red+Green+Blue) = 18+48+35=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #123023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123023 is #EDCFDC. Grayscale: #252525. Windows color (decimal): -15585245 or 2306066. OLE color: 2306066.

HSL color Cylindrical-coordinate representation of color #123023: hue angle of 154º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #123023 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB184835-
CMYK0.6300.270.81
HSL154º45.45%12.94%-
HSV(B)154º62.5%18.82%-
XYZ1.612.361.96-
YUV37.55126.56114.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 35 (14.06% from 255) = 34.65%
R=17.82%
G=47.52%
B=34.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848350.6300.270.8115445.4512.94
Hex1230233F01B519a2dd
Octal226043770331212325515
Binary100101100001000111111110110111010001100110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123023; }

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

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

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

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

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

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

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

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