Html Css Color HEX #123728 Cardin Green

📋 copy color: '#123728'

red 18 ◦ green 55 ◦ blue 40

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

Shades of Cardin Green #123728

Tints of Cardin Green #123728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 48.67%

 BLUE value IS 40 (16.02% from 255) = 35.4%

R = 15.93%
G = 48.67%
B = 35.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#123728 (or 0x123728) is known color: Cardin Green. HEX triplet: 12, 37 and 28. RGB value is (18,55,40). Sum of RGB (Red+Green+Blue) = 18+55+40=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #123728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123728 is #EDC8D7. Grayscale: #2A2A2A. Windows color (decimal): -15583448 or 2635538. OLE color: 2635538.

HSL color Cylindrical-coordinate representation of color #123728: hue angle of 155.68º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123728 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 55 40 -
CMYK 0.67 0 0.27 0.78
HSL 155.68º 0.51% 0.14% -
HSV(B) 155.68º 0.67% 0.22% -
XYZ 2 3.01 2.48 -
YUV 42.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 18 55 40 0.67 0 0.27 0.78 155.68 0.51 0.14
Hex 12 37 28 43 0 1B 4E 9C 33 E
Octal 22 67 50 103 0 33 116 234 63 16
Binary 10010 110111 101000 1000011 0 11011 1001110 10011100 110011 1110

Color Harmonies of #123728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123728

Black with #123728

Text Example


Text Example

White with #123728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123728; }

 p { color: rgb(18,55,40); }

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

background-color css

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

 a { background-color: rgb(18,55,40); }

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

border-color css

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

 span { border-color: rgb(18,55,40); }

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