Html Css Color HEX #124130 Sherwood Green

📋 copy color: '#124130'

red 18 ◦ green 65 ◦ blue 48

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

Shades of Sherwood Green #124130

Tints of Sherwood Green #124130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 49.62%

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

R = 13.74%
G = 49.62%
B = 36.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#124130 (or 0x124130) is known color: Sherwood Green. HEX triplet: 12, 41 and 30. RGB value is (18,65,48). Sum of RGB (Red+Green+Blue) = 18+65+48=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #124130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124130 is #EDBECF. Grayscale: #313131. Windows color (decimal): -15580880 or 3162386. OLE color: 3162386.

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

Color convert

RGB 18 65 48 -
CMYK 0.72 0 0.26 0.75
HSL 158.3º 0.57% 0.16% -
HSV(B) 158.3º 0.72% 0.25% -
XYZ 2.67 4.12 3.45 -
YUV 49.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 18 65 48 0.72 0 0.26 0.75 158.3 0.57 0.16
Hex 12 41 30 48 0 1A 4B 9E 39 10
Octal 22 101 60 110 0 32 113 236 71 20
Binary 10010 1000001 110000 1001000 0 11010 1001011 10011110 111001 10000

Color Harmonies of #124130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124130

Black with #124130

Text Example


Text Example

White with #124130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124130; }

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

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

background-color css

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

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

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

border-color css

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

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

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