Html Css Color HEX #317C2B Japanese Laurel

📋 copy color: '#317C2B'

red 49 ◦ green 124 ◦ blue 43

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

Shades of Japanese Laurel #317C2B

Tints of Japanese Laurel #317C2B

RGB

 RED value IS 49 (19.53% from 255) = 22.69%

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

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

R = 22.69%
G = 57.41%
B = 19.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#317C2B (or 0x317C2B) is known color: Japanese Laurel. HEX triplet: 31, 7C and 2B. RGB value is (49,124,43). Sum of RGB (Red+Green+Blue) = 49+124+43=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #317C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317C2B is #CE83D4. Grayscale: #5C5C5C. Windows color (decimal): -13534165 or 2849841. OLE color: 2849841.

HSL color Cylindrical-coordinate representation of color #317C2B: hue angle of 115.56º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #317C2B is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 124 43 -
CMYK 0.60 0 0.65 0.51
HSL 115.56º 0.49% 0.33% -
HSV(B) 115.56º 0.65% 0.49% -
XYZ 8.91 15.24 4.76 -
YUV 92.34 100.15 97.09 -
System Red Green Blue C M Y K H S L
Decimal 49 124 43 0.60 0 0.65 0.51 115.56 0.49 0.33
Hex 31 7C 2B 3C 0 41 33 74 31 21
Octal 61 174 53 74 0 101 63 164 61 41
Binary 110001 1111100 101011 111100 0 1000001 110011 1110100 110001 100001

Color Harmonies of #317C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C2B

Black with #317C2B

Text Example


Text Example

White with #317C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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