Html Css Color HEX #1F7C2B Japanese Laurel

📋 copy color: '#1F7C2B'

red 31 ◦ green 124 ◦ blue 43

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

Shades of Japanese Laurel #1F7C2B

Tints of Japanese Laurel #1F7C2B

RGB

 RED value IS 31 (12.5% from 255) = 15.66%

 GREEN value IS 124 (48.83% from 255) = 62.63%

 BLUE value IS 43 (17.19% from 255) = 21.72%

R = 15.66%
G = 62.63%
B = 21.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#1F7C2B (or 0x1F7C2B) is known color: Japanese Laurel. HEX triplet: 1F, 7C and 2B. RGB value is (31,124,43). Sum of RGB (Red+Green+Blue) = 31+124+43=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 124 (48.83% from 255 or 62.63% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7C2B is #E083D4. Grayscale: #575757. Windows color (decimal): -14713813 or 2849823. OLE color: 2849823.

HSL color Cylindrical-coordinate representation of color #1F7C2B: hue angle of 127.74º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7C2B is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 124 43 -
CMYK 0.75 0 0.65 0.51
HSL 127.74º 0.6% 0.3% -
HSV(B) 127.74º 0.75% 0.49% -
XYZ 8.21 14.88 4.73 -
YUV 86.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 31 124 43 0.75 0 0.65 0.51 127.74 0.6 0.3
Hex 1F 7C 2B 4B 0 41 33 80 3C 1E
Octal 37 174 53 113 0 101 63 200 74 36
Binary 11111 1111100 101011 1001011 0 1000001 110011 10000000 111100 11110

Color Harmonies of #1F7C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7C2B

Black with #1F7C2B

Text Example


Text Example

White with #1F7C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F7C2B; }

 p { color: rgb(31,124,43); }

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

background-color css

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

 a { background-color: rgb(31,124,43); }

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

border-color css

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

 span { border-color: rgb(31,124,43); }

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