Html Css Color HEX #31903F Japanese Laurel

📋 copy color: '#31903F'

red 49 ◦ green 144 ◦ blue 63

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

Shades of Japanese Laurel #31903F

Tints of Japanese Laurel #31903F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.25%

 BLUE value IS 63 (25% from 255) = 24.61%

R = 19.14%
G = 56.25%
B = 24.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#31903F (or 0x31903F) is known color: Japanese Laurel. HEX triplet: 31, 90 and 3F. RGB value is (49,144,63). Sum of RGB (Red+Green+Blue) = 49+144+63=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #31903F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31903F is #CE6FC0. Grayscale: #6A6A6A. Windows color (decimal): -13529025 or 4165681. OLE color: 4165681.

HSL color Cylindrical-coordinate representation of color #31903F: hue angle of 128.84º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31903F is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 144 63 -
CMYK 0.66 0 0.56 0.44
HSL 128.84º 0.49% 0.38% -
HSV(B) 128.84º 0.66% 0.56% -
XYZ 12.14 20.96 8.11 -
YUV 106.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 49 144 63 0.66 0 0.56 0.44 128.84 0.49 0.38
Hex 31 90 3F 42 0 38 2C 81 31 26
Octal 61 220 77 102 0 70 54 201 61 46
Binary 110001 10010000 111111 1000010 0 111000 101100 10000001 110001 100110

Color Harmonies of #31903F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31903F

Black with #31903F

Text Example


Text Example

White with #31903F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31903F; }

 p { color: rgb(49,144,63); }

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

background-color css

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

 a { background-color: rgb(49,144,63); }

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

border-color css

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

 span { border-color: rgb(49,144,63); }

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