Html Css Color HEX #123427 Cardin Green

📋 copy color: '#123427'

red 18 ◦ green 52 ◦ blue 39

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

Shades of Cardin Green #123427

Tints of Cardin Green #123427

RGB

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

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

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

R = 16.51%
G = 47.71%
B = 35.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#123427 (or 0x123427) is known color: Cardin Green. HEX triplet: 12, 34 and 27. RGB value is (18,52,39). Sum of RGB (Red+Green+Blue) = 18+52+39=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #123427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123427 is #EDCBD8. Grayscale: #282828. Windows color (decimal): -15584217 or 2569234. OLE color: 2569234.

HSL color Cylindrical-coordinate representation of color #123427: hue angle of 157.06º 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 #123427 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 52 39 -
CMYK 0.65 0 0.25 0.80
HSL 157.06º 0.49% 0.14% -
HSV(B) 157.06º 0.65% 0.2% -
XYZ 1.84 2.73 2.35 -
YUV 40.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 18 52 39 0.65 0 0.25 0.80 157.06 0.49 0.14
Hex 12 34 27 41 0 19 50 9D 31 E
Octal 22 64 47 101 0 31 120 235 61 16
Binary 10010 110100 100111 1000001 0 11001 1010000 10011101 110001 1110

Color Harmonies of #123427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123427

Black with #123427

Text Example


Text Example

White with #123427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123427; }

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

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

background-color css

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

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

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

border-color css

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

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

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