Html Css Color HEX #12382C Sherwood Green

📋 copy color: '#12382C'

red 18 ◦ green 56 ◦ blue 44

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

Shades of Sherwood Green #12382C

Tints of Sherwood Green #12382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 47.46%

 BLUE value IS 44 (17.58% from 255) = 37.29%

R = 15.25%
G = 47.46%
B = 37.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#12382C (or 0x12382C) is known color: Sherwood Green. HEX triplet: 12, 38 and 2C. RGB value is (18,56,44). Sum of RGB (Red+Green+Blue) = 18+56+44=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #12382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12382C is #EDC7D3. Grayscale: #2B2B2B. Windows color (decimal): -15583188 or 2897938. OLE color: 2897938.

HSL color Cylindrical-coordinate representation of color #12382C: hue angle of 161.05º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12382C is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 56 44 -
CMYK 0.68 0 0.21 0.78
HSL 161.05º 0.51% 0.15% -
HSV(B) 161.05º 0.68% 0.22% -
XYZ 2.12 3.14 2.88 -
YUV 43.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 18 56 44 0.68 0 0.21 0.78 161.05 0.51 0.15
Hex 12 38 2C 44 0 15 4E A1 33 F
Octal 22 70 54 104 0 25 116 241 63 17
Binary 10010 111000 101100 1000100 0 10101 1001110 10100001 110011 1111

Color Harmonies of #12382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12382C

Black with #12382C

Text Example


Text Example

White with #12382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12382C; }

 p { color: rgb(18,56,44); }

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

background-color css

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

 a { background-color: rgb(18,56,44); }

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

border-color css

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

 span { border-color: rgb(18,56,44); }

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