Html Css Color HEX #317B2B Japanese Laurel

📋 copy color: '#317B2B'

red 49 ◦ green 123 ◦ blue 43

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

Shades of Japanese Laurel #317B2B

Tints of Japanese Laurel #317B2B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 57.21%

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

R = 22.79%
G = 57.21%
B = 20%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#317B2B (or 0x317B2B) is known color: Japanese Laurel. HEX triplet: 31, 7B and 2B. RGB value is (49,123,43). Sum of RGB (Red+Green+Blue) = 49+123+43=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #317B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317B2B is #CE84D4. Grayscale: #5C5C5C. Windows color (decimal): -13534421 or 2849585. OLE color: 2849585.

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

Color convert

RGB 49 123 43 -
CMYK 0.60 0 0.65 0.52
HSL 115.5º 0.48% 0.33% -
HSV(B) 115.5º 0.65% 0.48% -
XYZ 8.79 14.99 4.72 -
YUV 91.75 100.48 97.5 -
System Red Green Blue C M Y K H S L
Decimal 49 123 43 0.60 0 0.65 0.52 115.5 0.48 0.33
Hex 31 7B 2B 3C 0 41 34 74 30 21
Octal 61 173 53 74 0 101 64 164 60 41
Binary 110001 1111011 101011 111100 0 1000001 110100 1110100 110000 100001

Color Harmonies of #317B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317B2B

Black with #317B2B

Text Example


Text Example

White with #317B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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