Html Css Color HEX #123E30 Sherwood Green

📋 copy color: '#123E30'

red 18 ◦ green 62 ◦ blue 48

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

Shades of Sherwood Green #123E30

Tints of Sherwood Green #123E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.5%

R = 14.06%
G = 48.44%
B = 37.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#123E30 (or 0x123E30) is known color: Sherwood Green. HEX triplet: 12, 3E and 30. RGB value is (18,62,48). Sum of RGB (Red+Green+Blue) = 18+62+48=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #123E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E30 is #EDC1CF. Grayscale: #2F2F2F. Windows color (decimal): -15581648 or 3161618. OLE color: 3161618.

HSL color Cylindrical-coordinate representation of color #123E30: hue angle of 160.91º 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 #123E30 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 62 48 -
CMYK 0.71 0 0.23 0.76
HSL 160.91º 0.55% 0.16% -
HSV(B) 160.91º 0.71% 0.24% -
XYZ 2.51 3.79 3.4 -
YUV 47.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 18 62 48 0.71 0 0.23 0.76 160.91 0.55 0.16
Hex 12 3E 30 47 0 17 4C A1 37 10
Octal 22 76 60 107 0 27 114 241 67 20
Binary 10010 111110 110000 1000111 0 10111 1001100 10100001 110111 10000

Color Harmonies of #123E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123E30

Black with #123E30

Text Example


Text Example

White with #123E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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