Html Css Color HEX #123B27 Cardin Green

📋 copy color: '#123B27'

red 18 ◦ green 59 ◦ blue 39

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

Shades of Cardin Green #123B27

Tints of Cardin Green #123B27

RGB

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

 GREEN value IS 59 (23.44% from 255) = 50.86%

 BLUE value IS 39 (15.63% from 255) = 33.62%

R = 15.52%
G = 50.86%
B = 33.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.77

RGB Variations

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

Color information

#123B27 (or 0x123B27) is known color: Cardin Green. HEX triplet: 12, 3B and 27. RGB value is (18,59,39). Sum of RGB (Red+Green+Blue) = 18+59+39=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #123B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B27 is #EDC4D8. Grayscale: #2C2C2C. Windows color (decimal): -15582425 or 2571026. OLE color: 2571026.

HSL color Cylindrical-coordinate representation of color #123B27: hue angle of 150.73º 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 #123B27 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 59 39 -
CMYK 0.69 0 0.34 0.77
HSL 150.73º 0.53% 0.15% -
HSV(B) 150.73º 0.69% 0.23% -
XYZ 2.18 3.4 2.46 -
YUV 44.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 18 59 39 0.69 0 0.34 0.77 150.73 0.53 0.15
Hex 12 3B 27 45 0 22 4D 97 35 F
Octal 22 73 47 105 0 42 115 227 65 17
Binary 10010 111011 100111 1000101 0 100010 1001101 10010111 110101 1111

Color Harmonies of #123B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B27

Black with #123B27

Text Example


Text Example

White with #123B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,59,39); }

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

background-color css

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

 a { background-color: rgb(18,59,39); }

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

border-color css

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

 span { border-color: rgb(18,59,39); }

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