Html Css Color HEX #123E2A Zuccini

📋 copy color: '#123E2A'

red 18 ◦ green 62 ◦ blue 42

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

Shades of Zuccini #123E2A

Tints of Zuccini #123E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 50.82%

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 14.75%
G = 50.82%
B = 34.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#123E2A (or 0x123E2A) is known color: Zuccini. HEX triplet: 12, 3E and 2A. RGB value is (18,62,42). Sum of RGB (Red+Green+Blue) = 18+62+42=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 62 (24.61% from 255 or 50.82% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 62 - color contains mainly: green. Hex color #123E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E2A is #EDC1D5. Grayscale: #2E2E2E. Windows color (decimal): -15581654 or 2768402. OLE color: 2768402.

HSL color Cylindrical-coordinate representation of color #123E2A: hue angle of 152.73º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E2A is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 62 42 -
CMYK 0.71 0 0.32 0.76
HSL 152.73º 0.55% 0.16% -
HSV(B) 152.73º 0.71% 0.24% -
XYZ 2.39 3.74 2.79 -
YUV 46.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 18 62 42 0.71 0 0.32 0.76 152.73 0.55 0.16
Hex 12 3E 2A 47 0 20 4C 99 37 10
Octal 22 76 52 107 0 40 114 231 67 20
Binary 10010 111110 101010 1000111 0 100000 1001100 10011001 110111 10000

Color Harmonies of #123E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123E2A

Black with #123E2A

Text Example


Text Example

White with #123E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,62,42); }

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

background-color css

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

 a { background-color: rgb(18,62,42); }

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

border-color css

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

 span { border-color: rgb(18,62,42); }

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