Html Css Color HEX #123A28 Cardin Green

📋 copy color: '#123A28'

red 18 ◦ green 58 ◦ blue 40

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

Shades of Cardin Green #123A28

Tints of Cardin Green #123A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 50%

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

R = 15.52%
G = 50%
B = 34.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.77

RGB Variations

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

Color information

#123A28 (or 0x123A28) is known color: Cardin Green. HEX triplet: 12, 3A and 28. RGB value is (18,58,40). Sum of RGB (Red+Green+Blue) = 18+58+40=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #123A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A28 is #EDC5D7. Grayscale: #2C2C2C. Windows color (decimal): -15582680 or 2636306. OLE color: 2636306.

HSL color Cylindrical-coordinate representation of color #123A28: hue angle of 153º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A28 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 58 40 -
CMYK 0.69 0 0.31 0.77
HSL 153º 0.53% 0.15% -
HSV(B) 153º 0.69% 0.23% -
XYZ 2.15 3.31 2.53 -
YUV 43.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 18 58 40 0.69 0 0.31 0.77 153 0.53 0.15
Hex 12 3A 28 45 0 1F 4D 99 35 F
Octal 22 72 50 105 0 37 115 231 65 17
Binary 10010 111010 101000 1000101 0 11111 1001101 10011001 110101 1111

Color Harmonies of #123A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A28

Black with #123A28

Text Example


Text Example

White with #123A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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