Html Css Color HEX #124230 Sherwood Green

📋 copy color: '#124230'

red 18 ◦ green 66 ◦ blue 48

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

Shades of Sherwood Green #124230

Tints of Sherwood Green #124230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50%

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

R = 13.64%
G = 50%
B = 36.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#124230 (or 0x124230) is known color: Sherwood Green. HEX triplet: 12, 42 and 30. RGB value is (18,66,48). Sum of RGB (Red+Green+Blue) = 18+66+48=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #124230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124230 is #EDBDCF. Grayscale: #313131. Windows color (decimal): -15580624 or 3162642. OLE color: 3162642.

HSL color Cylindrical-coordinate representation of color #124230: hue angle of 157.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124230 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 48 -
CMYK 0.73 0 0.27 0.74
HSL 157.5º 0.57% 0.16% -
HSV(B) 157.5º 0.73% 0.26% -
XYZ 2.73 4.24 3.47 -
YUV 49.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 18 66 48 0.73 0 0.27 0.74 157.5 0.57 0.16
Hex 12 42 30 49 0 1B 4A 9E 39 10
Octal 22 102 60 111 0 33 112 236 71 20
Binary 10010 1000010 110000 1001001 0 11011 1001010 10011110 111001 10000

Color Harmonies of #124230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124230

Black with #124230

Text Example


Text Example

White with #124230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124230; }

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

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

background-color css

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

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

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

border-color css

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

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

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