Html Css Color HEX #123024 Cardin Green

📋 copy color: '#123024'

red 18 ◦ green 48 ◦ blue 36

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

Shades of Cardin Green #123024

Tints of Cardin Green #123024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 47.06%

 BLUE value IS 36 (14.45% from 255) = 35.29%

R = 17.65%
G = 47.06%
B = 35.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#123024 (or 0x123024) is known color: Cardin Green. HEX triplet: 12, 30 and 24. RGB value is (18,48,36). Sum of RGB (Red+Green+Blue) = 18+48+36=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #123024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123024 is #EDCFDB. Grayscale: #252525. Windows color (decimal): -15585244 or 2371602. OLE color: 2371602.

HSL color Cylindrical-coordinate representation of color #123024: hue angle of 156º 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 #123024 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 48 36 -
CMYK 0.63 0 0.25 0.81
HSL 156º 0.45% 0.13% -
HSV(B) 156º 0.63% 0.19% -
XYZ 1.62 2.37 2.04 -
YUV 37.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 18 48 36 0.63 0 0.25 0.81 156 0.45 0.13
Hex 12 30 24 3F 0 19 51 9C 2D D
Octal 22 60 44 77 0 31 121 234 55 15
Binary 10010 110000 100100 111111 0 11001 1010001 10011100 101101 1101

Color Harmonies of #123024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123024

Black with #123024

Text Example


Text Example

White with #123024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123024; }

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

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

background-color css

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

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

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

border-color css

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

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

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