Html Css Color HEX #123824 Cardin Green

📋 copy color: '#123824'

red 18 ◦ green 56 ◦ blue 36

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

Shades of Cardin Green #123824

Tints of Cardin Green #123824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50.91%

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

R = 16.36%
G = 50.91%
B = 32.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#123824 (or 0x123824) is known color: Cardin Green. HEX triplet: 12, 38 and 24. RGB value is (18,56,36). Sum of RGB (Red+Green+Blue) = 18+56+36=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #123824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123824 is #EDC7DB. Grayscale: #2A2A2A. Windows color (decimal): -15583196 or 2373650. OLE color: 2373650.

HSL color Cylindrical-coordinate representation of color #123824: hue angle of 148.42º 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 #123824 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 56 36 -
CMYK 0.68 0 0.36 0.78
HSL 148.42º 0.51% 0.15% -
HSV(B) 148.42º 0.68% 0.22% -
XYZ 1.98 3.08 2.16 -
YUV 42.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 18 56 36 0.68 0 0.36 0.78 148.42 0.51 0.15
Hex 12 38 24 44 0 24 4E 94 33 F
Octal 22 70 44 104 0 44 116 224 63 17
Binary 10010 111000 100100 1000100 0 100100 1001110 10010100 110011 1111

Color Harmonies of #123824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123824

Black with #123824

Text Example


Text Example

White with #123824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123824; }

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

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

background-color css

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

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

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

border-color css

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

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

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