Html Css Color HEX #123428 Cardin Green

📋 copy color: '#123428'

red 18 ◦ green 52 ◦ blue 40

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

Shades of Cardin Green #123428

Tints of Cardin Green #123428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.27%

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

R = 16.36%
G = 47.27%
B = 36.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#123428 (or 0x123428) is known color: Cardin Green. HEX triplet: 12, 34 and 28. RGB value is (18,52,40). Sum of RGB (Red+Green+Blue) = 18+52+40=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #123428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123428 is #EDCBD7. Grayscale: #282828. Windows color (decimal): -15584216 or 2634770. OLE color: 2634770.

HSL color Cylindrical-coordinate representation of color #123428: hue angle of 158.82º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123428 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 52 40 -
CMYK 0.65 0 0.23 0.80
HSL 158.82º 0.49% 0.14% -
HSV(B) 158.82º 0.65% 0.2% -
XYZ 1.86 2.74 2.44 -
YUV 40.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 18 52 40 0.65 0 0.23 0.80 158.82 0.49 0.14
Hex 12 34 28 41 0 17 50 9F 31 E
Octal 22 64 50 101 0 27 120 237 61 16
Binary 10010 110100 101000 1000001 0 10111 1010000 10011111 110001 1110

Color Harmonies of #123428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123428

Black with #123428

Text Example


Text Example

White with #123428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123428; }

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

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

background-color css

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

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

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

border-color css

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

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

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